remove dnsmasq user task

This commit is contained in:
Fabian Foerg 2018-07-19 22:27:57 -07:00
parent dce552f42c
commit 449d48535d

View file

@ -8,9 +8,6 @@
- name: Dnsmasq installed
package: name=dnsmasq
- name: Ensure that the dnsmasq user exists
user: name=dnsmasq groups=nogroup append=yes state=present
- name: The dnsmasq directory created
file: dest=/var/lib/dnsmasq state=directory mode=0755 owner=dnsmasq group=nogroup