Skip to content

Commit

Permalink
Reorder selinux.yml include to address issue PowerDNS#122
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelrebel committed May 16, 2022
1 parent d3bda11 commit ecbf856
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
- db
- lmdb

- include: configure.yml
tags:
- config

- include: selinux.yml
when: ansible_selinux is defined and ansible_selinux.status == 'enabled'
tags:
- selinux
- config

- include: configure.yml
tags:
- config

- name: Start and enable the PowerDNS service
throttle: 1
service:
Expand Down

0 comments on commit ecbf856

Please sign in to comment.