blob: b57e2feebe0499d1d6a4e8dc7099201648f4bd92 [file] [log] [blame]
Peter Pentchevf48f48b2022-12-07 16:51:16 +02001- hosts: all
2 tasks:
3 - name: Log Out of the Controller
4 ansible.builtin.command: juju logout
5
6 - name: Remove the Juju Configuration Directory
7 ansible.builtin.command: rm -rf ~/.local/share/juju