Fix version detection
This commit is contained in:
parent
982f703464
commit
b9b0b08a6f
1 changed files with 2 additions and 3 deletions
|
@ -60,7 +60,7 @@
|
||||||
- python38
|
- python38
|
||||||
- python38-psutil
|
- python38-psutil
|
||||||
- toolbox
|
- toolbox
|
||||||
when: ansible_distribution_major_version == 8
|
when: ansible_distribution_major_version == '8'
|
||||||
- name: Install CLI packages (EL 9)
|
- name: Install CLI packages (EL 9)
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
|
@ -68,7 +68,6 @@
|
||||||
state: present
|
state: present
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- "@container-tools"
|
|
||||||
- podman
|
- podman
|
||||||
- toolbox
|
- toolbox
|
||||||
when: ansible_distribution_major_version == 9
|
when: ansible_distribution_major_version == '9'
|
||||||
|
|
Loading…
Reference in a new issue