Avoid warning when running yum

Change-Id: Id9137bdedea4b0d7c964d438a223deb6a783e421
(cherry picked from commit c0fb8dd804)
This commit is contained in:
Major Hayden
2018-02-14 17:11:25 -06:00
parent 5f16f50a28
commit 0efc8aef78

View File

@@ -98,6 +98,8 @@
- name: Gather a list of the currently locked versions
command: yum versionlock list
args:
warn: no
register: yum_versionlock_list
tags:
- rabbitmq-yum-packages