Setting default zone in config_firewalld.yml may fail if the firewalld was already started when Start firewalld is executed.
If the firewalld was already started, Start firewalld is skipped and /etc/firewalld/zones/personium-zone.xml, which is deployed by Deploy /etc/firewalld/zones/personium-zone.xml, is not loaded. The firewalld may be enabled by CentOS installer.
Setting default zone
inconfig_firewalld.yml
may fail if the firewalld was already started whenStart firewalld
is executed.If the firewalld was already started,
Start firewalld
is skipped and/etc/firewalld/zones/personium-zone.xml
, which is deployed byDeploy /etc/firewalld/zones/personium-zone.xml
, is not loaded. The firewalld may be enabled by CentOS installer.ansible.log:
Start firewalld
should havestate: restarted
instead ofstate: started
.