Supprimer roles/02-update/tasks/04-download-plugin.yml
Some checks failed
Run ansible / ansible_lint_and_syntax_check (push) Has been cancelled
Run ansible / run-ansible-playbook (push) Has been cancelled

This commit is contained in:
2025-08-23 10:55:06 +02:00
parent 849d9b2194
commit 0e7f88a751

View File

@@ -1,4 +0,0 @@
---
- name: Download plugin {{ plugin_filename }}
get_url: url={{ plugin_url }} dest=/var/lib/minecraft/plugins/{{ plugin_filename }} follow=yes checksum=md5:{{ plugin_md5 }} validate_certs=no