Fix version detection

This commit is contained in:
Anthony Rose 2021-12-05 22:55:07 +00:00
parent 982f703464
commit b9b0b08a6f

View file

@ -60,7 +60,7 @@
- python38
- python38-psutil
- toolbox
when: ansible_distribution_major_version == 8
when: ansible_distribution_major_version == '8'
- name: Install CLI packages (EL 9)
become: true
ansible.builtin.dnf:
@ -68,7 +68,6 @@
state: present
vars:
packages:
- "@container-tools"
- podman
- toolbox
when: ansible_distribution_major_version == 9
when: ansible_distribution_major_version == '9'