8cc84e132a
Add tags to allow more granular tasks filtering. Add generator script for MD formatted tags found. Add docs for tags how-to. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
6 lines
183 B
YAML
6 lines
183 B
YAML
---
|
|
dependencies:
|
|
- role: download
|
|
file: "{{ downloads.dnsmasq }}"
|
|
when: not skip_dnsmasq|default(false) and download_localhost|default(false)
|
|
tags: [download, dnsmasq]
|