diff --git a/backup.yml b/backup.yml index 3d3fcd5..9a2c729 100644 --- a/backup.yml +++ b/backup.yml @@ -62,10 +62,9 @@ remote_src: yes delegate_to: localhost - - name: bitwarden token session - ansible.builtin.command: - cmd: "ls -la /tmp/" - delegate_to: localhost + - ansible.builtin.pause: + seconds: 30 + when: bw_check.rc != 0