- import_tasks: mariadb.yml - when: db.branch == 'master' import_tasks: production.yml - when: db.branch in ['dev', 'test'] import_tasks: test.yml