Gitiles
Code Review
Sign In
spfactory.storpool.com
/
config
/
5c41820be165fdeea7b5a4108d601dda6db9c828
/
.
/
playbooks
/
setup-juju-client
/
post.yaml
blob: ced982ff3b3520773bef4724639284c67988d487 [
file
] [
log
] [
blame
]
-
hosts:
all
tasks:
-
name:
Log Out of the Controller
ansible.builtin.
command:
juju logout
ignore_errors:
true
-
name:
Remove the Juju Configuration Directory
ansible.builtin.
command:
rm
-
rf ~/.local/share/juju
ignore_errors:
true