Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Christoph Haas d3ff6e6bfa Applying patch to fix Debian bug #739738 10 anos atrás
..
library Applying patch to fix Debian bug #739738 10 anos atrás
meta Applying patch to fix Debian bug #739738 10 anos atrás
tasks Applying patch to fix Debian bug #739738 10 anos atrás
.gitignore Applying patch to fix Debian bug #739738 10 anos atrás
LICENSE.md Applying patch to fix Debian bug #739738 10 anos atrás
README.md Applying patch to fix Debian bug #739738 10 anos atrás

README.md

Patch

Ansible role to embed patch module

Example Playbook

After declaring patch role:

- hosts: all
  roles:
    - patch

You can use patch module:

- name: Patch some paramiko code
  patch: patchfile=/tmp/critical.patch strip=1 basedir=/usr/share/pyshared/paramiko"

Prerequisites:

GNU patch installed

License

MIT

Author Information

Thierry Delamare