1
0
Fork 0
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:
Robert Sander 2026-06-10 00:18:46 +02:00
parent e9c99517fc
commit dcdfaa2298

View file

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