fix: disambiguation for dest param in ansible copy

This commit is contained in:
Lenoctambule
2026-04-02 11:33:10 +02:00
parent 2cebeb0bee
commit e3f5cf6a1e
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
- name: Copy app to server
ansible.builtin.copy:
src: inception/
dest: "{{ dest_dir }}"
dest: "{{ dest_dir }}/"
force: true
when: not ansible_check_mode