mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Add --container-enabled option to ansible-galaxy init
command. (#18157)
This commit is contained in:
parent
679da00236
commit
d60bc492b6
23 changed files with 251 additions and 104 deletions
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 }}
|
Loading…
Add table
Add a link
Reference in a new issue