Skip to content

Commit

Permalink
fix unzip path
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-shashank committed Jun 6, 2024
1 parent 5f4cd5b commit 9bea38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/archival-snapshots/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

- name: Unzip the Forest release package on the remote server
ansible.builtin.command:
cmd: "unzip -jo {{ remote_resources_path }}/forest.zip -d forest/"
cmd: "unzip -jo {{ remote_resources_path }}/forest.zip -d {{ remote_resources_path }}/forest/"

- name: Execute the init.sh script
ansible.builtin.shell:
Expand Down

0 comments on commit 9bea38f

Please sign in to comment.