verzeichnis sollte da sein, bevor wir template hin rendern
This commit is contained in:
parent
ff09f23dd0
commit
f9edf323cd
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
||||||
dest: "{{ dehydrated_path }}"
|
dest: "{{ dehydrated_path }}"
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
- name: Ensure config directory is present.
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "{{ dehydrated_config }}"
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: Ensure domains.txt is present.
|
- name: Ensure domains.txt is present.
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ dehydrated_config }}/domains.txt"
|
path: "{{ dehydrated_config }}/domains.txt"
|
||||||
|
|
Loading…
Reference in a new issue