mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50: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
|
@ -0,0 +1,2 @@
|
|||
[defaults]
|
||||
inventory=./inventory
|
|
@ -0,0 +1,3 @@
|
|||
localhost
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
connection: local
|
||||
tasks:
|
||||
|
||||
# Add tasks and assertions for testing the service here.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue