Add become

This commit is contained in:
Filipe Marcelino 2024-09-02 00:48:06 +01:00
parent df24932a53
commit 753494a26d

View File

@ -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