systemli / ansible-role-bind9

Ansible role to install and maintain the Bind9 nameserver on Debian
GNU General Public License v3.0
24 stars 26 forks source link

feat: add support for systems with AppArmor enabled #63

Open codezninja opened 1 year ago

codezninja commented 1 year ago

Description

For OS that have app armor enabled this will fix the custom logging path permission error when starting the service

Fixes #62

codezninja commented 1 year ago

@doobry-systemli any guidance on this idempotence test? I'm not really sure what might be the problem.

t2d commented 1 year ago

Please rebase on main to fix the linitng problem. shell should really be used as a last resort. apt would be preferred for example. However, when doing checks always use changed_when: false to make idempotence happy ;)