devops-coop / ansible-minecraft

Ansible role for provisioning a vanilla Minecraft server
https://galaxy.ansible.com/devops-coop/minecraft/
Apache License 2.0
57 stars 38 forks source link

Rename benwebber.minecraft to devops-coop.minecraft #10

Closed joshuacherry closed 7 years ago

joshuacherry commented 7 years ago

Fixed travis failure after renaming repo.

joshuacherry commented 7 years ago

Will need to look closer at this later, seems like a simple fix but renaming still produces: https://travis-ci.org/devops-coop/ansible-minecraft/jobs/230099449#L1833

joshuacherry commented 7 years ago

The role symlink was not carrying over correctly when editing. I'm assuming the original symlink was created on linux or OS X, editing that file in windows, GitHub's web interface, and linux VM mounting the repo via Vagrant did not allow for the symlink properties to be correctly added to the commit.

I've moved the symlink function into the ci.sh script 0ee8ab7 so we no longer need to worry about which platform is making changes to the role name.