debops / ansible-ferm

Manage iptables firewall using ferm
GNU General Public License v3.0
33 stars 20 forks source link

Path ferm error #52

Closed patrickheeney closed 9 years ago

patrickheeney commented 9 years ago

I just updated to the latest version and found this error:

TASK: [debops.ferm | Patch ferm init script] **********************************
failed: [default] => {"failed": true}
msg: src ./vendor/roles/debops.ferm/files/usr/local/src/ferm/init-hooks.patch doesn't exist or not readable

It appears related to https://github.com/ansible/ansible-modules-extras/issues/338

I have worked around it temporarily using ferm_init_hooks: False.

drybjed commented 9 years ago

This issue is fixed on current stable Ansible, but I've updated the role to make it work on older versions: https://github.com/debops/ansible-ferm/pull/53