fixed touch statements to only touch once

netsplit
Niklas Yann Wettengel 8 years ago
parent c9b41c2f8a
commit b189a07f79

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

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

Loading…
Cancel
Save