ansible/test/legacy/online.yml

9 lines
200 B
YAML
Raw Normal View History

---
- hosts: localhost
gather_facts: no
connection: local
roles:
- { role: online_server_info, tags: test_online_server_info }
- { role: online_user_info, tags: test_online_user_info }