11 lines
352 B
YAML
11 lines
352 B
YAML
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- name: update_plugin
|
|
vars:
|
|
update_plugin_server_base_dir: "/home/bradley/Downloads/server"
|
|
update_plugin_latest_plugin_dl_url: "https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/spigot"
|
|
update_plugin_plugin_filename_glob: ""
|
|
|