mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add --container-enabled option to ansible-galaxy init command. (#18157)
This commit is contained in:
committed by
GitHub
parent
679da00236
commit
d60bc492b6
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user