mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-10 18:15:39 +00:00
removes RedHat, package not available
This commit is contained in:
parent
e9c99517fc
commit
dcdfaa2298
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
|||
ansible.builtin.package:
|
||||
name: gfs2-utils
|
||||
state: present
|
||||
when: ansible_facts.os_family in ['Debian', 'RedHat', 'Suse', 'Ubuntu']
|
||||
when: ansible_facts.os_family in ['Debian', 'Suse', 'Ubuntu']
|
||||
|
||||
- name: "Install f2fs tools and get version"
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue