You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
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 :
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello,
Elasticsearch version: 7.14
OS version (
uname -a
if on a Unix-like system): rh8Description 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 :
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
The text was updated successfully, but these errors were encountered: