diff --git a/roles/02-update/tasks/02-copy-spigot-jar.yml b/roles/02-update/tasks/02-copy-spigot-jar.yml deleted file mode 100644 index ac5aeb2..0000000 --- a/roles/02-update/tasks/02-copy-spigot-jar.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -- name: Copy Spigot jar - copy: src={{ spigot_jar_path }}/{{ spigot_jar }} dest=/usr/local/lib/minecraft/spigot/{{ spigot_jar }} owner=root group=root