mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
fix my typo
This commit is contained in:
parent
a6bb39eb32
commit
7c4ca9b11a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
dnf:
|
dnf:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
when:
|
when:
|
||||||
ansible_os_family == 'RedHat' and ansible_distribution_version | float >= 8 or
|
- ansible_os_family == 'RedHat' and ansible_distribution_version | float >= 8
|
||||||
|
|
||||||
- name: install base packages for all operating systems
|
- name: install base packages for all operating systems
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Reference in a new issue