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