185a1fcb07
* Rename online _facts -> _info * Add changelog.
8 lines
200 B
YAML
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 }
|