mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
bda066f6f6
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. |
||
---|---|---|
.. | ||
ansible |