main.yml 151 B

123456
  1. - include: mysql.yml
  2. tags: [sql,mysql]
  3. when: with_mysql or with_mariadb
  4. - include: postgresql.yml
  5. tags: [sql,postgresql]
  6. when: with_postgresql