Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ka
/
ansible-role-common
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
fix podman conditional
master
Markus Katharina Brechtel
2 vuotta sitten
vanhempi
a8a318f2e9
commit
23587891b1
1 muutettua tiedostoa
jossa
3 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
tasks/main.yaml
+ 3
- 1
tasks/main.yaml
Näytä tiedosto
@@ -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: