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