Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-shashank committed Jun 6, 2024
1 parent 7a8c5aa commit 7e8bb5e
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 @@ -59,7 +59,7 @@

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

0 comments on commit 7e8bb5e

Please sign in to comment.