From e4482f91ed5ddbaa350c59858e082235720abacc Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 3 Jul 2021 13:23:46 -0500 Subject: Added minecraft backup. --- minecraft/tasks/dynmap.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 minecraft/tasks/dynmap.yaml (limited to 'minecraft/tasks/dynmap.yaml') diff --git a/minecraft/tasks/dynmap.yaml b/minecraft/tasks/dynmap.yaml deleted file mode 100644 index 07281e3..0000000 --- a/minecraft/tasks/dynmap.yaml +++ /dev/null @@ -1,27 +0,0 @@ ---- - -- name: create minecraft plugins dir - become: yes - file: - path: "{{minecraft_dir}}/{{item}}" - owner: "{{minecraft_user}}" - group: "{{minecraft_user}}" - mode: "0755" - state: "directory" - loop: - - "plugins" - - "plugins/dynmap" - -- name: download dynmap - become: yes - get_url: - url: "{{minecraft_dynmap_url}}" - dest: "{{minecraft_dir}}/plugins/dynmap.jar" - mode: "0755" - notify: restart minecraft - -- name: configure dynmap - become: yes - template: - src: "configuration.txt.j2" - dest: "{{minecraft_dir}}/plugins/dynmap/configuration.txt" -- cgit v1.2.3