Fix typo in conditional
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Torjus Håkestad 2022-01-13 00:32:24 +01:00
parent 303cd59aa1
commit ad22c97365

View File

@ -10,8 +10,8 @@
- name: Ensure debian-specific packages are installed
import_tasks: packages_debian.yml
when: ansible_facts['os-family'] == 'Debian'
when: ansible_facts['os_family'] == 'Debian'
- name: Ensure rhel-specific packages are installed
import_tasks: packages_redhat.yml
when: ansible_facts['os-family'] == 'RedHat'
when: ansible_facts['os_family'] == 'RedHat'