mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Removed directory creation
This commit is contained in:
parent
51cca4c312
commit
806f98447c
@ -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\""
|
||||
|
Loading…
Reference in New Issue
Block a user