1
0
Fork 0
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:
L3D 2020-11-11 11:11:17 +01:00 committed by GitHub
parent a6bb39eb32
commit 7c4ca9b11a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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