Fix ansible role name in cfg files
Change-Id: I59d81aaffb6813a62c7ffe7df60867b9c71b6b46
This commit is contained in:
parent
832ffd9c27
commit
ae199140eb
12
ansible.cfg
Normal file
12
ansible.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
[defaults]
|
||||
gathering = smart
|
||||
command_warnings = False
|
||||
retry_files_enabled = False
|
||||
callback_whitelist = profile_tasks
|
||||
|
||||
# Attempt to load custom modules whether it's installed system-wide or from a virtual environment
|
||||
roles_path = roles:$VIRTUAL_ENV/usr/share/ansible/roles/container-registry:$VIRTUAL_ENV/usr/local/share/
|
||||
|
||||
|
||||
[ssh_connection]
|
||||
control_path = %(directory)s/%C
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = container-registry
|
||||
summary = container-registry - Ansible role to deploy a container registry
|
||||
name = ansible-role-container-registry
|
||||
summary = ansible-container-registry - Ansible role to deploy a container registry
|
||||
description-file =
|
||||
README.md
|
||||
author = TripleO Team
|
||||
|
Loading…
Reference in New Issue
Block a user