Ver código fonte

fix podman conditional

master
pai
commit
23587891b1
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      tasks/main.yaml

+ 3
- 1
tasks/main.yaml Ver arquivo

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