Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 326 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 326 Bytes

ansible-misc-modules

Some small modules for ansible (http://ansible.cc)

For now, only the patch module is available

patch

Example:


name: Patch some paramiko code
patch: patchfile=/tmp/critical.patch strip=1 basedir=/usr/share/pyshared/paramiko"

Prerequisites:

GNU patch installed