25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Christoph Haas d3ff6e6bfa Applying patch to fix Debian bug #739738 10 yıl önce
..
library Applying patch to fix Debian bug #739738 10 yıl önce
meta Applying patch to fix Debian bug #739738 10 yıl önce
tasks Applying patch to fix Debian bug #739738 10 yıl önce
.gitignore Applying patch to fix Debian bug #739738 10 yıl önce
LICENSE.md Applying patch to fix Debian bug #739738 10 yıl önce
README.md Applying patch to fix Debian bug #739738 10 yıl önce

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