9 lines
99 B
YAML
9 lines
99 B
YAML
|
---
|
||
|
|
||
|
- hosts: all
|
||
|
any_errors_fatal: true
|
||
|
gather_facts: no
|
||
|
roles:
|
||
|
- remove-datadog-agent
|
||
|
|