mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 10:03:01 +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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue