mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 02:41:30 +00:00
Move procps-ng installation to block
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user