main.yml 163 B

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