diff --git a/README.rst b/README.rst index 41d1ff2..162e789 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/doc/source/conf.py b/doc/source/conf.py index f221564..e6be86a 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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. diff --git a/setup.cfg b/setup.cfg index 0701770..b44fb55 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/tests/playbooks/run.yaml b/tests/playbooks/run.yaml index 289d9be..451d859 100644 --- a/tests/playbooks/run.yaml +++ b/tests/playbooks/run.yaml @@ -14,7 +14,7 @@ --- - hosts: all vars: - rolename: ansible-role-gearman + rolename: ansible-role-gear roles: - "{{ rolename }}"