fix wrong variable

This commit is contained in:
Robert Kaussow 2018-07-07 20:06:08 +02:00
parent 2ec10d5d6e
commit 0112e8ca47

View File

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