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
* License: Apache License, Version 2.0
* Documentation: https://ansible-role-gearman.readthedocs.org
* Source: https://git.openstack.org/cgit/openstack/ansible-role-gearman
* Bugs: https://bugs.launchpad.net/ansible-role-gearman
* Documentation: https://ansible-role-gear.readthedocs.org
* Source: https://git.openstack.org/cgit/openstack/ansible-role-gear
* Bugs: https://bugs.launchpad.net/ansible-role-gear
Description
-----------
@ -36,7 +36,7 @@ Example Playbook
.. code-block:: yaml
- name: Install gearman
hosts: gearman
- name: Install gear
hosts: gear
roles:
- ansible-role-gearman
- ansible-role-gear

View File

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

View File

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

View File

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