Bläddra i källkod

Removed directory creation

pull/681/head
Scott Crossen 5 år sedan
förälder
incheckning
806f98447c
1 ändrade filer med 0 tillägg och 8 borttagningar
  1. +0
    -8
      roles/matrix-dynamic-dns/tasks/install_dhcp.yml

+ 0
- 8
roles/matrix-dynamic-dns/tasks/install_dhcp.yml Visa fil

@@ -6,14 +6,6 @@
dest: "/etc/ddclient.conf"
mode: 0600

- name: Ensure ddclient client config directory exists
file:
path: "/etc/default"
state: directory
mode: 0700
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"

- name: Ensure ddclient client config exists
copy:
content: "run_dhclient=\"true\"\nrun_ipup=\"false\"\nrun_daemon=\"false\""


Laddar…
Avbryt
Spara