|
|
10 lat temu | |
|---|---|---|
| .. | ||
| library | 10 lat temu | |
| meta | 10 lat temu | |
| tasks | 10 lat temu | |
| .gitignore | 10 lat temu | |
| LICENSE.md | 10 lat temu | |
| README.md | 10 lat temu | |
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