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-06-12 07:55:19 +01:00
2017-05-18 08:31:07 +01:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-04-26 15:56:13 +01:00
2017-05-26 11:54:02 +01:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-06-11 07:35:46 +02:00
2017-06-12 07:55:19 +01:00
2017-06-12 07:55:19 +01:00
2017-06-13 11:11:11 +02:00
2017-03-22 20:50:28 -05:00
2017-03-14 09:07:22 -07:00
2017-04-12 08:34:51 -07:00
2017-07-03 16:43:44 -04:00
2017-06-22 05:22:34 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-06-26 16:26:53 +01:00
2017-06-20 10:30:53 -04:00
2017-06-28 17:02:13 -05:00
2017-06-21 15:47:33 -04:00
2017-03-14 09:07:22 -07:00
2017-04-27 09:21:49 -05: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-15 14:28:02 -07:00
2017-03-14 09:07:22 -07:00
2017-05-11 17:17:12 -07:00
2017-06-07 08:48:42 +01:00
2017-06-29 15:55:03 +02:00
2017-06-28 11:08:04 -07:00
2017-05-14 14:10:38 -04:00
2017-05-31 17:53:58 -04:00
2017-03-29 07:24:30 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-07-03 10:35:17 -04:00
2017-03-14 09:07:22 -07:00
2017-06-26 16:26:53 +01:00
2017-06-26 16:26:53 +01:00
2017-03-22 20:50:28 -05:00
2017-03-14 09:07:22 -07:00
2017-05-25 11:49:20 -04:00
2017-04-27 11:42:26 -04:00
2017-05-18 17:38:10 +01:00
2017-06-16 08:08:09 -04:00
2017-06-28 11:36:34 -04:00