fix condition
This commit is contained in:
parent
0112e8ca47
commit
2e4af03db8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user