Skip to content

Instantly share code, notes, and snippets.

@bcoca
Last active January 9, 2020 21:01
Show Gist options
  • Save bcoca/b927b584897916665f5797f82f056f6b to your computer and use it in GitHub Desktop.
Save bcoca/b927b584897916665f5797f82f056f6b to your computer and use it in GitHub Desktop.
- name: dynamic re-use of database tasks
include_tasks:
file: db.yml
apply:
tags: db
tags: db
or
- block:
- include_tasks: db.yml
tags: db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment