您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Christoph Haas d3ff6e6bfa Applying patch to fix Debian bug #739738 10 年前
..
library Applying patch to fix Debian bug #739738 10 年前
meta Applying patch to fix Debian bug #739738 10 年前
tasks Applying patch to fix Debian bug #739738 10 年前
.gitignore Applying patch to fix Debian bug #739738 10 年前
LICENSE.md Applying patch to fix Debian bug #739738 10 年前
README.md Applying patch to fix Debian bug #739738 10 年前

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