This repository was archived by the owner on Jun 24, 2022. It is now read-only.
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Playbook not working with rh8 #818
Closed
Description
Hello,
Elasticsearch version: 7.14
OS version (uname -a
if on a Unix-like system): rh8
Description of the problem including expected versus actual behaviour:
The playbook fail on rh8 when he tries to install yum version-lock.
In the playbook we have :
- name: RedHat - install yum-version-lock
become: yes
yum:
name: yum-plugin-versionlock
state: present
update_cache: yes
And for rh8 the name of the package is different : https://access.redhat.com/solutions/98873
We should use : python3-dnf-plugin-versionlock