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 5add96f3d7
commit 5b57a06af3
1 changed files with 2 additions and 0 deletions

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