Merge "tasks: galera_upgrade_pre: Fix conditional for apt sources" into stable/queens

This commit is contained in:
Zuul 2018-03-14 15:34:08 +00:00 committed by Gerrit Code Review
commit 9d3d11d1c8
1 changed files with 1 additions and 1 deletions

View File

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