mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-14 13:42:21 +00:00
4 lines
111 B
YAML
4 lines
111 B
YAML
- hosts: testhost
|
|
gather_facts: False
|
|
roles:
|
|
- { role: test_vault_embedded, tags: test_vault_embedded}
|