Fix testing from opendev migration

We are loading the old role name, switch to new.

Change-Id: Ic566866250e90c3ef33b7400721db1d603471d2d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-08-08 11:53:09 -04:00
parent c3beb37ff0
commit fcc0652719
4 changed files with 13 additions and 13 deletions

View File

@ -1,13 +1,13 @@
==================== =================
ansible-role-gearman ansible-role-gear
==================== =================
Ansible role to manage Gearman Ansible role to manage Gearman
* License: Apache License, Version 2.0 * License: Apache License, Version 2.0
* Documentation: https://ansible-role-gearman.readthedocs.org * Documentation: https://ansible-role-gear.readthedocs.org
* Source: https://git.openstack.org/cgit/openstack/ansible-role-gearman * Source: https://git.openstack.org/cgit/openstack/ansible-role-gear
* Bugs: https://bugs.launchpad.net/ansible-role-gearman * Bugs: https://bugs.launchpad.net/ansible-role-gear
Description Description
----------- -----------
@ -36,7 +36,7 @@ Example Playbook
.. code-block:: yaml .. code-block:: yaml
- name: Install gearman - name: Install gear
hosts: gearman hosts: gear
roles: roles:
- ansible-role-gearman - ansible-role-gear

View File

@ -35,7 +35,7 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'ansible-role-gearman' project = u'ansible-role-gear'
copyright = u'2013, OpenStack Foundation' copyright = u'2013, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text. # If true, '()' will be appended to :func: etc. cross-reference text.

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = ansible-role-gearman name = ansible-role-gear
summary = Ansible role to manage Gearman summary = Ansible role to manage Gear
description-file = description-file =
README.rst README.rst
author = OpenStack author = OpenStack

View File

@ -14,7 +14,7 @@
--- ---
- hosts: all - hosts: all
vars: vars:
rolename: ansible-role-gearman rolename: ansible-role-gear
roles: roles:
- "{{ rolename }}" - "{{ rolename }}"