Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Christoph Haas d3ff6e6bfa Applying patch to fix Debian bug #739738 il y a 10 ans
..
library Applying patch to fix Debian bug #739738 il y a 10 ans
meta Applying patch to fix Debian bug #739738 il y a 10 ans
tasks Applying patch to fix Debian bug #739738 il y a 10 ans
.gitignore Applying patch to fix Debian bug #739738 il y a 10 ans
LICENSE.md Applying patch to fix Debian bug #739738 il y a 10 ans
README.md Applying patch to fix Debian bug #739738 il y a 10 ans

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