7 lines
159 B
YAML
7 lines
159 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# tasks file for node_exporter
|
|
- import_tasks: install.yml
|
|
tags: install
|
|
- import_tasks: update.yml
|
|
tags: update |