mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
* Add fedora 34 and fix typo * Remove Fedora 32 from devel testing * Use one newer version of Fedora for fixed ansible versions * Revert "Use one newer version of Fedora for fixed ansible versions" This reverts commitcbd006bd38
. * Try to skip task. * Revert "Try to skip task." This reverts commitff0c899a86
. * Temporary disable Fedora 34 on setup_postgresql_db Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commitae21af8820
) Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
parent
e46e6e4dd0
commit
01773c5338
2 changed files with 7 additions and 3 deletions
|
@ -11,6 +11,10 @@
|
|||
- meta: end_play
|
||||
when: ansible_facts.distribution == 'CentOS' and ansible_facts.distribution_major_version == '8'
|
||||
|
||||
# Temporary disable Fedora 34
|
||||
- meta: end_play
|
||||
when: ansible_facts.distribution == 'Fedora' and ansible_facts.distribution_major_version == '34'
|
||||
|
||||
- name: python 2
|
||||
set_fact:
|
||||
python_suffix: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue