|
|
@ -32,4 +32,7 @@
|
|
|
|
# On Ubuntu trusty, blkid (2.20.1) is unable to identify F2FS filesystem. blkid handles F2FS since v2.23, see:
|
|
|
|
# On Ubuntu trusty, blkid (2.20.1) is unable to identify F2FS filesystem. blkid handles F2FS since v2.23, see:
|
|
|
|
# https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.23/v2.23-ReleaseNotes
|
|
|
|
# https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.23/v2.23-ReleaseNotes
|
|
|
|
- 'not (item.key == "f2fs" and ansible_distribution == "Ubuntu" and ansible_distribution_version is version("14.04", "<="))'
|
|
|
|
- 'not (item.key == "f2fs" and ansible_distribution == "Ubuntu" and ansible_distribution_version is version("14.04", "<="))'
|
|
|
|
|
|
|
|
# The xfsprogs package on newer versions of OpenSUSE (15+) require Python 3, we skip this on our Python 2 container
|
|
|
|
|
|
|
|
# OpenSUSE 42.3 Python2 and the other py3 containers are not affected so we will continue to run that
|
|
|
|
|
|
|
|
- 'not (item.key == "xfs" and ansible_os_family == "Suse" and ansible_python.version.major == 2 and ansible_distribution_major_version|int != 42)'
|
|
|
|
loop: "{{ lookup('dict', tested_filesystems) }}"
|
|
|
|
loop: "{{ lookup('dict', tested_filesystems) }}"
|
|
|
|