pdns-ansible icon indicating copy to clipboard operation
pdns-ansible copied to clipboard

SELinux tasks need to be run before the config tasks

Open pixelrebel opened this issue 2 years ago • 0 comments

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.

pixelrebel avatar May 16 '22 17:05 pixelrebel