commit | 81e9eb942a34b64a65cc0e33cd137fb102dd3925 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Tue Nov 21 17:58:56 2023 +0200 |
committer | Biser Milanov <biser.milanov@storpool.com> | Tue Nov 21 17:58:56 2023 +0200 |
tree | 56971e8d99820484a2b20048b204cd0e354ffc86 | |
parent | 67e48887f5a79ae1b58019dfdd475b648d69f78e [diff] |
Add debug sleep Change-Id: If400a31949092d197b5fe541f597a671bc38d243
diff --git a/playbooks/setup-juju-client/pre.yaml b/playbooks/setup-juju-client/pre.yaml index 49a53ef..7fbb78a 100644 --- a/playbooks/setup-juju-client/pre.yaml +++ b/playbooks/setup-juju-client/pre.yaml
@@ -27,4 +27,6 @@ ansible.builtin.shell: juju credentials --controller maas-controller --format yaml --show-secrets | tail -n +2 >> ~/.local/share/juju/credentials.yaml args: executable: /usr/bin/bash - + always: + - name: Debug sleep + ansible.builtin.shell: sleep 9999