additional tags

This commit is contained in:
Jack Ivanov 2017-01-11 21:02:41 +03:00
parent a50a396b94
commit cbf59addb3
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@
- name: Enforce the dnsmasq AppArmor policy - name: Enforce the dnsmasq AppArmor policy
shell: aa-enforce usr.sbin.dnsmasq shell: aa-enforce usr.sbin.dnsmasq
tags: ['apparmor']
- name: Ensure that the dnsmasq service directory exist - name: Ensure that the dnsmasq service directory exist
file: path=/etc/systemd/system/dnsmasq.service.d/ state=directory mode=0755 owner=root group=root file: path=/etc/systemd/system/dnsmasq.service.d/ state=directory mode=0755 owner=root group=root

View file

@ -19,6 +19,7 @@
- name: Enforce the privoxy AppArmor policy - name: Enforce the privoxy AppArmor policy
shell: aa-enforce usr.sbin.privoxy shell: aa-enforce usr.sbin.privoxy
tags: ['apparmor']
- name: Ensure that the privoxy service directory exist - name: Ensure that the privoxy service directory exist
file: path=/etc/systemd/system/privoxy.service.d/ state=directory mode=0755 owner=root group=root file: path=/etc/systemd/system/privoxy.service.d/ state=directory mode=0755 owner=root group=root