ansible/test/legacy/online.yml
Felix Fontein 185a1fcb07 Online: rename _facts -> _info (#61091)
* Rename online _facts -> _info

* Add changelog.
2019-08-27 16:36:55 -04:00

8 lines
200 B
YAML

---
- 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 }