diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-19 11:05:26 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-19 11:05:26 +0100 |
commit | b189a07f79ac93c60e1529b3e4f8a671053fd92d (patch) | |
tree | 9c452efb5ec5b169838031a9c2fd1f287a20e8be /roles/install_dhcp | |
parent | c9b41c2f8ad0ec0db7fb8448545f1b5248d67f42 (diff) |
fixed touch statements to only touch once
Diffstat (limited to 'roles/install_dhcp')
-rw-r--r-- | roles/install_dhcp/tasks/main.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/roles/install_dhcp/tasks/main.yml b/roles/install_dhcp/tasks/main.yml index 1bca76f..2773e30 100644 --- a/roles/install_dhcp/tasks/main.yml +++ b/roles/install_dhcp/tasks/main.yml @@ -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: |