Skip to content

Commit 32e06f2

Browse files
committed
Update username everywhere
1 parent da138fb commit 32e06f2

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Unreleased
77
Added
88
~~~~~
99

10-
- (`#7 <https://github.com/benwebber/ansible-minecraft/issues/7>`__) Support `Spigot <https://www.spigotmc.org/>`__.
10+
- (`#7 <https://github.com/devops-coop/ansible-minecraft/issues/7>`__) Support `Spigot <https://www.spigotmc.org/>`__.
1111

1212
Deprecated
1313
~~~~~~~~~~
@@ -39,16 +39,16 @@ Fixed
3939
Fixed
4040
~~~~~
4141

42-
- (`#9 <https://github.com/benwebber/ansible-minecraft/isues/9>`__) Fixed `RuntimeError` regression when building ACL files.
42+
- (`#9 <https://github.com/devops-coop/ansible-minecraft/isues/9>`__) Fixed `RuntimeError` regression when building ACL files.
4343

4444
3.0.0 (2016-07-15)
4545
------------------
4646

4747
Added
4848
~~~~~
4949

50-
- (`#5 <https://github.com/benwebber/ansible-minecraft/pull/5>`__) Manage ``server.properties`` by setting ``minecraft_server_properties`` (Mark Côté).
51-
- (`#6 <https://github.com/benwebber/ansible-minecraft/issues/6>`__) Hooks: Include additional tasks at specific points during execution.
50+
- (`#5 <https://github.com/devops-coop/ansible-minecraft/pull/5>`__) Manage ``server.properties`` by setting ``minecraft_server_properties`` (Mark Côté).
51+
- (`#6 <https://github.com/devops-coop/ansible-minecraft/issues/6>`__) Hooks: Include additional tasks at specific points during execution.
5252

5353
Changed
5454
~~~~~~~
@@ -58,7 +58,7 @@ Changed
5858
Fixed
5959
~~~~~
6060

61-
- (`#4 <https://github.com/benwebber/ansible-minecraft/issues/4>`__) Improve build documentation.
61+
- (`#4 <https://github.com/devops-coop/ansible-minecraft/issues/4>`__) Improve build documentation.
6262

6363
2.2.0 (2016-05-30)
6464
------------------

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ansible-minecraft
55

66
This role installs `Minecraft <https://minecraft.net/>`__ or `Spigot <https://www.spigotmc.org/>`__ and configures it to run under `systemd <https://wiki.freedesktop.org/www/Software/systemd/>`__ or `Supervisor <http://supervisord.org/>`__.
77

8-
**If you're viewing this at** https://github.com/benwebber/ansible-minecraft/**, you're reading the documentation for the master branch.** `View documentation for the latest release (3.1.0). <https://github.com/benwebber/ansible-minecraft/tree/v3.1.0#ansible-minecraft>`__
8+
**If you're viewing this at** https://github.com/devops-coop/ansible-minecraft/**, you're reading the documentation for the master branch.** `View documentation for the latest release (3.1.0). <https://github.com/devops-coop/ansible-minecraft/tree/v3.1.0#ansible-minecraft>`__
99

1010
Requirements
1111
------------
@@ -146,7 +146,7 @@ You can execute custom tasks before or after specific stages. Simply specify a `
146146
147147
- hosts: minecraft
148148
roles:
149-
- role: benwebber.minecraft
149+
- role: devops-coop.minecraft
150150
minecraft_hook_before_start: "{{ playbook_dir }}/download-world-from-s3.yml"
151151
152152
The available hooks are:
@@ -182,7 +182,7 @@ Example
182182
183183
- hosts: minecraft
184184
roles:
185-
- { role: benwebber.minecraft, minecraft_whitelist: ["jeb_", "dinnerbone"]}
185+
- { role: devops-coop.minecraft, minecraft_whitelist: ["jeb_", "dinnerbone"]}
186186
187187
Contributing
188188
------------
@@ -226,4 +226,4 @@ Disclaimer
226226

227227
To automate the installation, this role automatically accepts the `Minecraft EULA <https://account.mojang.com/documents/minecraft_eula>`__. Be aware that by using this role, you implicitly accept the same EULA.
228228

229-
.. |Build Status| image:: https://travis-ci.org/benwebber/ansible-minecraft.svg?branch=master :target: https://travis-ci.org/benwebber/ansible-minecraft
229+
.. |Build Status| image:: https://travis-ci.org/devops-coop/ansible-minecraft.svg?branch=master :target: https://travis-ci.org/devops-coop/ansible-minecraft

tests/minecraft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- hosts: all
33
roles:
4-
- role: benwebber.minecraft
4+
- role: devops-coop.minecraft
55
minecraft_version: 1.9
66
minecraft_server_properties:
77
server-port: 25565

tests/spigot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- hosts: all
33
roles:
4-
- role: benwebber.minecraft
4+
- role: devops-coop.minecraft
55
minecraft_server: spigot
66
minecraft_version: 1.9
77
minecraft_server_properties:

0 commit comments

Comments
 (0)