make sure variables are defined before parsing value
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
- mysql is defined
|
||||
- mysql == true
|
||||
- import_tasks: install_postgres.yml
|
||||
when: postgres == true
|
||||
when:
|
||||
- postgres is defined
|
||||
- postgres == true
|
||||
- import_tasks: install_redis.yml
|
||||
when: redis == true
|
||||
when:
|
||||
- redis is defined
|
||||
- redis == true
|
||||
Reference in New Issue
Block a user