Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-common
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix podman conditional
master
Markus Katharina Brechtel
2 anni fa
parent
a8a318f2e9
commit
23587891b1
1 ha cambiato i file
con
3 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
tasks/main.yaml
+ 3
- 1
tasks/main.yaml
Vedi File
@@ -11,7 +11,9 @@
# system setup
- import_role:
name: hostname
when: not ansible_bender is defined
when:
- not ansible_bender is defined
- not container_type | default('') == 'podman'
- import_role:
name: locales
- import_role: