mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-26 17:51:03 +02:00
Fix "Permission denied" error when installing deps
This commit is contained in:
parent
5afc0f8ab4
commit
39a720e257
@ -7,6 +7,7 @@
|
||||
state: absent
|
||||
|
||||
- name: Ensure dependencies are installed.
|
||||
become: true
|
||||
apt:
|
||||
name:
|
||||
- apt-transport-https
|
||||
|
Loading…
Reference in New Issue
Block a user