main.yml 106 B

1234
  1. - include: mysql.yml
  2. when: with_mysql or with_mariadb
  3. - include: postgresql.yml
  4. when: with_postgresql