mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Move procps-ng installation to block
This commit is contained in:
parent
1152e53405
commit
3aa873a110
1 changed files with 5 additions and 5 deletions
|
@ -4,12 +4,12 @@
|
||||||
# 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
|
- block:
|
||||||
|
- name: Update procps-ng temporary until issue (#2539) is fixed
|
||||||
yum:
|
yum:
|
||||||
name: procps-ng
|
name: procps-ng
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- block:
|
|
||||||
- name: Install necessary packages to test yum_versionlock
|
- name: Install necessary packages to test yum_versionlock
|
||||||
yum:
|
yum:
|
||||||
name: yum-plugin-versionlock
|
name: yum-plugin-versionlock
|
||||||
|
|
Loading…
Reference in a new issue