mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Update filesystem.py
add ocfs2 support for module filesystem Update setup.yml delete trailing spaces add ocsfs2 defaut var Install ocfs2-tools for all linux Testing ocfs2 on for Ubuntu - restrict blkid to be be done
This commit is contained in:
@@ -29,6 +29,12 @@
|
||||
with_items:
|
||||
- python-xml
|
||||
- btrfsprogs
|
||||
|
||||
- name: install ocfs2 (Ubuntu)
|
||||
package:
|
||||
name: ocfs2-tools
|
||||
state: present
|
||||
when: ansible_os_family == 'Ubuntu'
|
||||
when: ansible_system == 'Linux'
|
||||
|
||||
- block:
|
||||
|
||||
Reference in New Issue
Block a user