Skip to content

Commit

Permalink
fix playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-shashank committed May 16, 2024
1 parent 71f77f4 commit f9b6306
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 @@ -71,7 +71,7 @@

- name: Execute the init.sh script
ansible.builtin.shell:
cmd: "./init.sh > init.log"
cmd: "./init.sh"
chdir: "{{ remote_resources_path }}"
environment:
ARCHIVAL_SLACK_TOKEN: "{{ lookup('env', 'ARCHIVAL_SLACK_TOKEN') }}"
Expand Down

0 comments on commit f9b6306

Please sign in to comment.