tasks: galera_upgrade_check: Fix yum tag

The tag for the 'yum' task should be 'install-yum' instead of
'install-apt'

Change-Id: I6760eca3ca8fe39301ac1edc6d8897e9a4293b45
(cherry picked from commit c277ab8aa1)
This commit is contained in:
Markos Chandras 2017-02-20 15:52:17 +00:00 committed by Jesse Pretorius (odyssey4me)
parent a0cda27532
commit 56368d88b2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
when:
- ansible_pkg_mgr == 'yum'
tags:
- install-apt
- install-yum
- include: galera_upgrade_pre.yml
static: no