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