Skip to content

Commit

Permalink
set init log
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-shashank committed Apr 10, 2024
1 parent 55267f9 commit 3f9bb4f
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"
cmd: "nohup ./init.sh > init.log &"
chdir: "{{ remote_resources_path }}"
environment:
ARCHIVAL_SLACK_TOKEN: "{{ lookup('env', 'ARCHIVAL_SLACK_TOKEN') }}"
Expand Down

0 comments on commit 3f9bb4f

Please sign in to comment.