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:
Markos Chandras
2018-03-13 14:50:02 +00:00
parent adff943994
commit 4b72c6d263

View File

@@ -56,4 +56,4 @@
retries: 5
delay: 2
when:
- ansible_pkg_mgr != "apt"
- ansible_pkg_mgr == "apt"