Peter Pentchev | f48f48b | 2022-12-07 16:51:16 +0200 | [diff] [blame^] | 1 | - 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 |