tasks: galera_upgrade_check: Fix yum tag

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

Change-Id: I6760eca3ca8fe39301ac1edc6d8897e9a4293b45
This commit is contained in:
Markos Chandras
2017-02-20 15:52:17 +00:00
parent c80643e848
commit c277ab8aa1

View File

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