tasks: galera_upgrade_pre: Fix conditional for apt sources
We should run these tasks if we are on Debian distros so fix the conditional. Change-Id: Ib9cc4012c9cea566bfd558509a1510c94518dfc5
This commit is contained in:
@@ -56,4 +56,4 @@
|
||||
retries: 5
|
||||
delay: 2
|
||||
when:
|
||||
- ansible_pkg_mgr != "apt"
|
||||
- ansible_pkg_mgr == "apt"
|
||||
|
||||
Reference in New Issue
Block a user