mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
11
test/integration/ops.yaml
Normal file
11
test/integration/ops.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: ops
|
||||
gather_facts: no
|
||||
connection: local
|
||||
|
||||
vars:
|
||||
limit_to: "*"
|
||||
debug: false
|
||||
|
||||
roles:
|
||||
- { role: ops_command, when: "limit_to in ['*', 'ops_command']" }
|
||||
Reference in New Issue
Block a user