CI: Move probe tests to centos 9 stream

Pin selenium to 3.x for now, until we can run down the issues with 4.x

Change-Id: I596415d17f77f48a6e8a63a61b734a8ca0865847
This commit is contained in:
Tim Burke
2023-06-21 10:21:32 -07:00
parent af15ad53fb
commit 1c03d58643
3 changed files with 13 additions and 13 deletions

View File

@@ -22,13 +22,13 @@
name: pip
extra_args: --upgrade
- name: install rsync-daemon - CentOS 8
- name: install rsync-daemon - CentOS 8, 9
package:
name: rsync-daemon
state: present
when:
- ansible_facts['distribution'] == "CentOS"
- ansible_facts['distribution_major_version'] == "8"
- ansible_facts['distribution_major_version'] != "7"
- name: install python modules with pip
pip: name={{ item }} state=present extra_args='--upgrade'

View File

@@ -7,7 +7,7 @@
state: present
- name: install selenium
pip:
name: selenium
name: 'selenium<4'
state: present
- name: install firefox
yum: