Переглянути джерело

fix podman conditional

master
Markus Katharina Brechtel 3 роки тому
джерело
коміт
23587891b1
1 змінених файлів з 3 додано та 1 видалено
  1. +3
    -1
      tasks/main.yaml

+ 3
- 1
tasks/main.yaml Переглянути файл

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