fix: disambiguation for dest param in ansible copy
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
.vagrant
|
.vagrant
|
||||||
|
.venv
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
- name: Copy app to server
|
- name: Copy app to server
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: inception/
|
src: inception/
|
||||||
dest: "{{ dest_dir }}"
|
dest: "{{ dest_dir }}/"
|
||||||
force: true
|
force: true
|
||||||
when: not ansible_check_mode
|
when: not ansible_check_mode
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user