Skip to content

Commit

Permalink
Workaround for EL9 curl bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Jan 21, 2023
1 parent e3c0ca1 commit 9a05a22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
# TODO On EL, cURL is installed by default. On top of that, on AlmaLinux 9, curl
# is broken, and on Fedora, curl-minimal is broken. So just skip it altogether.
# https://bugs.launchpad.net/tripleo/+bug/1953156
- name: Install cURL
package:
name: curl
state: latest
register: installed_curl
when: installed_curl is not defined
when: installed_curl is not defined and ansible_os_family != 'RedHat'

- name: Wait for Tomcat to start up
wait_for:
Expand Down

0 comments on commit 9a05a22

Please sign in to comment.