mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
remove bad lines
add new line and update choice documentation adding description for ocfs2 support use correct variable ansible_distribution to test ocfs2 with Debian distribution use ansible_os_family for Debian increase ocfs2 fs size to 20M (minimal size 11 instead of 10M)
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
- python-xml
|
||||
- btrfsprogs
|
||||
|
||||
- name: install ocfs2 (Ubuntu)
|
||||
- name: install ocfs2 (Debian)
|
||||
package:
|
||||
name: ocfs2-tools
|
||||
state: present
|
||||
when: ansible_os_family == 'Ubuntu'
|
||||
when: ansible_os_family == 'Debian'
|
||||
when: ansible_system == 'Linux'
|
||||
|
||||
- block:
|
||||
|
||||
Reference in New Issue
Block a user