Skip to content

Commit

Permalink
fix playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Aug 23, 2023
1 parent 5fdb004 commit dac8fe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
extra_args: --user
- name: Creates archive directory
file:
path: {{ destination }}
path: '{{ destination }}'
state: directory
delegate_to: localhost
- name: Launch python script from playbook
Expand Down

0 comments on commit dac8fe1

Please sign in to comment.