9 lines
178 B
YAML
9 lines
178 B
YAML
---
|
|
# tasks file for blackcox_exporter
|
|
|
|
- import_tasks: install.yml
|
|
tags: install
|
|
- import_tasks: config.yml
|
|
tags: config
|
|
- import_tasks: update.yml
|
|
tags: update |