pdns-ansible
pdns-ansible copied to clipboard
SELinux tasks need to be run before the config tasks
The configure.yml
tasks for powerdns involve a service restart. However, if the pdns_can_network_connect_db
bool is not set prior to this task, the play will fail. The solution to this is to place the include for selinux.yml
before the configuration.yml
include.