Last active
January 9, 2020 21:01
-
-
Save bcoca/b927b584897916665f5797f82f056f6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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