Move procps-ng installation to block

This commit is contained in:
Amin Vakil
2021-06-11 15:14:30 +04:30
parent 1152e53405
commit 3aa873a110

View File

@@ -4,12 +4,12 @@
# 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: Update procps-ng temporary until issue (#2539) is fixed
yum:
name: procps-ng
state: latest
- name: Install necessary packages to test yum_versionlock
yum:
name: yum-plugin-versionlock