Explorar el Código

fix podman conditional

master
padre
commit
23587891b1
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      tasks/main.yaml

+ 3
- 1
tasks/main.yaml Ver fichero

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