mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-07-23 13:48:32 +02:00
Add become
This commit is contained in:
parent
df24932a53
commit
753494a26d
@ -45,6 +45,7 @@
|
||||
when: docker_add_repo | bool
|
||||
|
||||
- name: Ensure curl is present (on older systems without SNI).
|
||||
become: true
|
||||
package: name=curl state=present
|
||||
when: add_repository_key is failed and docker_add_repo | bool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user