|
|
пре 10 година | |
|---|---|---|
| .. | ||
| library | пре 10 година | |
| meta | пре 10 година | |
| tasks | пре 10 година | |
| .gitignore | пре 10 година | |
| LICENSE.md | пре 10 година | |
| README.md | пре 10 година | |
Ansible role to embed patch module
Original patch module from
luisperlaz/ansible-misc-modules
Reorganize filetree to fit galaxy and new repos to get a better galaxy name.
Patch module to support check-mode
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"
GNU patch installed
MIT
Thierry Delamare