|
|
il y a 10 ans | |
|---|---|---|
| .. | ||
| library | il y a 10 ans | |
| meta | il y a 10 ans | |
| tasks | il y a 10 ans | |
| .gitignore | il y a 10 ans | |
| LICENSE.md | il y a 10 ans | |
| README.md | il y a 10 ans | |
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