You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Christoph Haas d3ff6e6bfa Applying patch to fix Debian bug #739738 10 years ago
..
library Applying patch to fix Debian bug #739738 10 years ago
meta Applying patch to fix Debian bug #739738 10 years ago
tasks Applying patch to fix Debian bug #739738 10 years ago
.gitignore Applying patch to fix Debian bug #739738 10 years ago
LICENSE.md Applying patch to fix Debian bug #739738 10 years ago
README.md Applying patch to fix Debian bug #739738 10 years ago

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