Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Christoph Haas d3ff6e6bfa Applying patch to fix Debian bug #739738 10 år sedan
..
library Applying patch to fix Debian bug #739738 10 år sedan
meta Applying patch to fix Debian bug #739738 10 år sedan
tasks Applying patch to fix Debian bug #739738 10 år sedan
.gitignore Applying patch to fix Debian bug #739738 10 år sedan
LICENSE.md Applying patch to fix Debian bug #739738 10 år sedan
README.md Applying patch to fix Debian bug #739738 10 år sedan

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