mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
Improve consistency with naming of tests for Ansible CLI commands. Fix naming of module_utils tests to match the files under test.
5 lines
111 B
YAML
5 lines
111 B
YAML
- hosts: testhost
|
|
gather_facts: False
|
|
roles:
|
|
- { role: test_vault_embedded, tags: test_vault_embedded}
|