fix condition

This commit is contained in:
Robert Kaussow 2018-07-07 20:15:17 +02:00
parent 0112e8ca47
commit 2e4af03db8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
---
- include_tasks: install.yml
- include_tasks: auth.yml
when: not __mongodb_admin_check.rc == '0'
when: not __mongodb_admin_check.rc == 0