Skip to content
Snippets Groups Projects
Commit e0357443 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: syntax for ansible_os_family

parent 6435d622
No related branches found
No related tags found
No related merge requests found
Pipeline #2574 passed
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
update_cache: true update_cache: true
upgrade: dist upgrade: dist
become: true become: true
when: ansible_of_family == "Debian" when: ansible_os_family == "Debian"
- name: update yum cache - name: update yum cache
ansible.builtin.yum: ansible.builtin.yum:
update_cache: true update_cache: true
become: true become: true
when: ansible_of_family == "RedHat" when: ansible_os_family == "RedHat"
roles: roles:
- {role: "ansible_lza_install_common", become: true} - {role: "ansible_lza_install_common", become: true}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment