added debugging
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
|
||||
- block:
|
||||
- debug:
|
||||
msg: Debug
|
||||
msg: "mysql: {{ mysql }}"
|
||||
# install software
|
||||
- import_tasks: install_mysql.yml
|
||||
when: mysql == true
|
||||
when:
|
||||
- mysql is defined
|
||||
- mysql == true
|
||||
- import_tasks: install_postgres.yml
|
||||
when: postgres == true
|
||||
- import_tasks: install_redis.yml
|
||||
|
||||
Reference in New Issue
Block a user