mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
5 lines
111 B
YAML
5 lines
111 B
YAML
- hosts: testhost
|
|
gather_facts: False
|
|
roles:
|
|
- { role: test_vault_embedded, tags: test_vault_embedded}
|