8 lines
185 B
YAML
8 lines
185 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# tasks file for node_exporter
|
|
- ansible.builtin.import_tasks: install.yml
|
|
tags: install
|
|
- ansible.builtin.import_tasks: update.yml
|
|
tags: update
|