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