Files
community.general/lib/ansible/modules/system
Michael Scherer bda066f6f6 Fix exception when using masquerade
The following snippet:

  - name: Let the DMZ connect to internet
  firewalld:
    zone: dmz
    masquerade: True
    permanent: True
    immediate: True
    state: enabled

will fail with this error message:

  Exception caught: set_masquerade_enabled() takes 1 positional argument but 3 were given

It turn out that it treat 'zone' as a array of string instead of 1 string.
I only tested on Python 3 with a Fedora 25.
2017-07-03 16:43:44 -04:00
..
2016-12-08 11:22:22 -05:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-22 20:50:28 -05:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-06-28 17:02:13 -05:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-22 20:50:28 -05:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-05-14 14:10:38 -04:00
2017-05-31 17:53:58 -04:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-22 20:50:28 -05:00
2017-03-14 09:07:22 -07:00
2017-05-18 17:38:10 +01:00