Add --container-enabled option to ansible-galaxy init command. (#18157)

This commit is contained in:
Chris Houseknecht 2016-10-27 22:16:22 -04:00 committed by GitHub
commit d60bc492b6
23 changed files with 251 additions and 104 deletions

View file

@ -0,0 +1,2 @@
[defaults]
inventory=./inventory

View file

@ -0,0 +1,3 @@
localhost

View file

@ -0,0 +1,8 @@
---
- hosts: localhost
gather_facts: no
connection: local
tasks:
# Add tasks and assertions for testing the service here.