From 7e8bb5eefeda2de67420cf334142e557a0bf4b61 Mon Sep 17 00:00:00 2001 From: sudo-shashank Date: Thu, 6 Jun 2024 11:09:31 +0530 Subject: [PATCH] revert --- ansible/archival-snapshots/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/archival-snapshots/playbook.yml b/ansible/archival-snapshots/playbook.yml index c7b2af5d5..ec179322a 100644 --- a/ansible/archival-snapshots/playbook.yml +++ b/ansible/archival-snapshots/playbook.yml @@ -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') }}"