mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 10:51:03 +00:00
Update procps-ng before anything in yum_versionlock integration test
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
# and should not be used as examples of how to write Ansible roles #
|
||||
####################################################################
|
||||
|
||||
- name: Update procps-ng temporary until issue (#2539) is fixed
|
||||
yum:
|
||||
name: procps-ng
|
||||
state: latest
|
||||
|
||||
- block:
|
||||
- name: Install necessary packages to test yum_versionlock
|
||||
yum:
|
||||
|
||||
Reference in New Issue
Block a user