mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #8312/4bd68ac1 backport][stable-8] Disable cpanm tests for RHEL 7 and CentOS 7 (#8317)
Disable cpanm tests for RHEL 7 and CentOS 7 (#8312)
Disable cpanm tests for RHEL 7 and CentOS 7.
(cherry picked from commit 4bd68ac153
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
6341e0a44a
commit
c1b1fc6c04
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
- name: bail out for non-supported platforms
|
- name: bail out for non-supported platforms
|
||||||
meta: end_play
|
meta: end_play
|
||||||
when:
|
when:
|
||||||
- (ansible_os_family != "RedHat" or ansible_distribution_major_version|int < 7)
|
- (ansible_os_family != "RedHat" or ansible_distribution_major_version|int < 8) # TODO: bump back to 7
|
||||||
|
- (ansible_distribution != 'CentOS' or ansible_distribution_major_version|int < 8) # TODO: remove
|
||||||
- ansible_os_family != "Debian"
|
- ansible_os_family != "Debian"
|
||||||
|
|
||||||
- name: install perl development package for Red Hat family
|
- name: install perl development package for Red Hat family
|
||||||
|
|
Loading…
Reference in a new issue