Skip to content
Extraits de code Groupes Projets
Valider ace0d8ae rédigé par Théo - Le Filament's avatar Théo - Le Filament
Parcourir les fichiers

fix dockremap in check mode

parent de042881
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
connection: local connection: local
become: false become: false
delegate_to: localhost delegate_to: localhost
when: docker_userns_remap and dockremap_subuid_output.stdout is defined when: docker_userns_remap and dockremap_subuid_output.stdout is defined and not ansible_check_mode
- name: Save gid to hostvars for dockremap user - name: Save gid to hostvars for dockremap user
lineinfile: lineinfile:
...@@ -182,4 +182,4 @@ ...@@ -182,4 +182,4 @@
connection: local connection: local
become: false become: false
delegate_to: localhost delegate_to: localhost
when: docker_userns_remap and dockremap_subgid_output.stdout is defined when: docker_userns_remap and dockremap_subgid_output.stdout is defined and not ansible_check_mode
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter