Browse Source

fix podman conditional

master
parent
commit
23587891b1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      tasks/main.yaml

+ 3
- 1
tasks/main.yaml View 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: