ansible complains of undefined item - troubleshooting with empty file called test
This commit is contained in:
parent
0847131b66
commit
a77aa43613
@ -21,7 +21,7 @@
|
||||
|
||||
- name: Create Compose File
|
||||
template:
|
||||
src: "docker-compose.yml.j2"
|
||||
src: "test"
|
||||
dest: "/home/{{ user.name }}/docker-compose.yml"
|
||||
owner: "{{ user.name }}"
|
||||
group: "{{ user.name }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user