* Link to missing ops.yaml

* Add missing ops.yaml
This commit is contained in:
John R Barker
2016-11-28 16:22:17 +00:00
committed by GitHub
parent a87d30f72f
commit 09550e4f46
2 changed files with 12 additions and 0 deletions

11
test/integration/ops.yaml Normal file
View 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']" }