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:
parent
c80643e848
commit
c277ab8aa1
@ -25,7 +25,7 @@
|
||||
when:
|
||||
- ansible_pkg_mgr == 'yum'
|
||||
tags:
|
||||
- install-apt
|
||||
- install-yum
|
||||
|
||||
- include: galera_upgrade_pre.yml
|
||||
static: no
|
||||
|
Loading…
x
Reference in New Issue
Block a user