Avoid warning when running yum

Change-Id: Id9137bdedea4b0d7c964d438a223deb6a783e421
This commit is contained in:
Major Hayden 2018-02-14 17:11:25 -06:00
parent f1ffba9e6f
commit c0fb8dd804
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
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