blob: ced982ff3b3520773bef4724639284c67988d487 [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
Biser Milanov5c418202023-08-31 11:37:54 +03005 ignore_errors: true
Peter Pentchevf48f48b2022-12-07 16:51:16 +02006
7 - name: Remove the Juju Configuration Directory
8 ansible.builtin.command: rm -rf ~/.local/share/juju
Biser Milanov5c418202023-08-31 11:37:54 +03009 ignore_errors: true