fixed touch statements to only touch once

netsplit
Niklas Yann Wettengel 7 years ago
parent c9b41c2f8a
commit b189a07f79

@ -1,8 +1,9 @@
---
- name: touch sysctl.conf
file:
path: /etc/sysctl.conf
state: touch
copy:
content: ''
dest: /etc/sysctl.conf
force: no
- name: copy ff.conf
copy:

@ -5,9 +5,10 @@
state: present
- name: create dhcp file for static ips
file:
path: /etc/dhcpd.hosts.conf
state: touch
copy:
content: ''
dest: /etc/dhcpd.hosts.conf
force: no
- name: copy fastd-services-api.php
copy:

Loading…
Cancel
Save