mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update procps-ng before anything in yum_versionlock integration test
This commit is contained in:
parent
c2274f1a8d
commit
1152e53405
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
||||||
# and should not be used as examples of how to write Ansible roles #
|
# 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:
|
- block:
|
||||||
- name: Install necessary packages to test yum_versionlock
|
- name: Install necessary packages to test yum_versionlock
|
||||||
yum:
|
yum:
|
||||||
|
|
Loading…
Reference in a new issue