mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 02:23:39 +02:00
remove dnsmasq user task
This commit is contained in:
parent
dce552f42c
commit
449d48535d
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@
|
||||||
- name: Dnsmasq installed
|
- name: Dnsmasq installed
|
||||||
package: name=dnsmasq
|
package: name=dnsmasq
|
||||||
|
|
||||||
- name: Ensure that the dnsmasq user exists
|
|
||||||
user: name=dnsmasq groups=nogroup append=yes state=present
|
|
||||||
|
|
||||||
- name: The dnsmasq directory created
|
- name: The dnsmasq directory created
|
||||||
file: dest=/var/lib/dnsmasq state=directory mode=0755 owner=dnsmasq group=nogroup
|
file: dest=/var/lib/dnsmasq state=directory mode=0755 owner=dnsmasq group=nogroup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue