new version
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
---
|
||||
- name: restart services
|
||||
ansible.builtin.systemd:
|
||||
name: "{{ item }}"
|
||||
state: restarted
|
||||
loop:
|
||||
- minecraft
|
||||
- ssh
|
||||
listen: restart updated services
|
||||
|
||||
- name: switch minecraft version
|
||||
ansible.builtin.command: "{{ minecraft_base_dir }}/switch_version.sh"
|
||||
listen: switch to new version
|
||||
- name: restart minecraft
|
||||
ansible.builtin.service:
|
||||
name: minecraft
|
||||
state: restarted
|
Reference in New Issue
Block a user