Rename a bunch of minecraft tasks to prevent ambiguity

This commit is contained in:
Salt 2021-11-25 13:30:21 -06:00
parent 6c4b1c701b
commit ce37a7fec3
5 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
- name: include tasks for gameservers - name: include tasks for gameservers
include_tasks: tasks/game/{{ item }} include_tasks: tasks/game/{{ item }}
with_items: with_items:
- hexxit2-survival.yml - minecraft-hexxit2-survival.yml
tags: [ always ] tags: [ always ]