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 @@
localhost

View file

@ -0,0 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- {{ role_name }}