Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create ~/.local/share/juju directory before running juju
The juju snap when installed in strict confirment (>=3.0) can't create the directory ~/.local/share/ due to the restriction in the AppArmor profile, machines used by Zuul don't have that directory available by default. This change adds a new task before installing juju to create the needed directories. The ansible module ansible.builtin.file creates intermediary directories (if missing).
- Loading branch information