mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
09550e4f46
* Link to missing ops.yaml * Add missing ops.yaml
11 lines
180 B
YAML
11 lines
180 B
YAML
---
|
|
- hosts: ops
|
|
gather_facts: no
|
|
connection: local
|
|
|
|
vars:
|
|
limit_to: "*"
|
|
debug: false
|
|
|
|
roles:
|
|
- { role: ops_command, when: "limit_to in ['*', 'ops_command']" }
|