mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add --container-enabled option to ansible-galaxy init command. (#18157)
This commit is contained in:
committed by
GitHub
parent
679da00236
commit
d60bc492b6
2
lib/ansible/galaxy/data/default/tests/inventory
Normal file
2
lib/ansible/galaxy/data/default/tests/inventory
Normal file
@@ -0,0 +1,2 @@
|
||||
localhost
|
||||
|
||||
5
lib/ansible/galaxy/data/default/tests/test.yml.j2
Normal file
5
lib/ansible/galaxy/data/default/tests/test.yml.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- {{ role_name }}
|
||||
Reference in New Issue
Block a user