added debugging

This commit is contained in:
rene
2022-03-15 19:14:12 +01:00
parent 48a3ac262f
commit 1739888d27

View File

@@ -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