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:
lchantre
2018-01-31 15:32:18 +01:00
committed by Brian Coca
parent 63e16431b7
commit 4f86bec977
4 changed files with 27 additions and 0 deletions

View File

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