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