Replace all references to the old role name
This change replaces all of the roles references in our various files with the new role name. This is being done because Ansible no longer allows hyphens in role names. Change-Id: Ie899714aca49781ccd240bb259901d76f177d2ae Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
committed by
Sagi Shnaidman
parent
b3fad83fd5
commit
4c2d54e95c
@@ -17,7 +17,7 @@
|
||||
|
||||
galaxy_info:
|
||||
author: OpenStack
|
||||
description: TripleO OpenStack Role -- tripleo-clients-install
|
||||
description: TripleO OpenStack Role -- tripleo_clients_install
|
||||
company: Red Hat
|
||||
license: Apache-2.0
|
||||
min_ansible_version: 2.7
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
aodh: installed
|
||||
barbican: installed
|
||||
roles:
|
||||
- role: "tripleo-clients-install"
|
||||
- role: "tripleo_clients_install"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
# under the License.
|
||||
|
||||
|
||||
# "tripleo-clients-install" will search for and load any operating system variable file
|
||||
# "tripleo_clients_install" will search for and load any operating system variable file
|
||||
|
||||
# found within the "vars/" path. If no OS files are found the task will skip.
|
||||
- name: Gather variables for each operating system
|
||||
|
||||
Reference in New Issue
Block a user