configpolicy/roles/samba-dc/tasks/bind9-dlz.yml

13 lines
329 B
YAML

- name: ensure bind9 dlz plugin is installed
package:
name={{ samba_bind_dlz_pkg }}
state=present
- name: ensure selinux file contexts are correct
sefcontext:
target={{ item.path }}
setype={{ item.setype }}
state=present
with_items: '{{ samba_selinux_contexts }}'
notify: restore samba file contexts