*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 07ec23f3 authored by entlein's avatar entlein
Browse files

now going in with a killall command

parent 22017c29
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -15,7 +15,7 @@
state: restarted
daemon_reload: yes
ignore_errors: True
#when: upgrade
when: upgrade
- name: reload rke2
ansible.builtin.systemd:
......
......@@ -3,8 +3,11 @@
url: https://get.rke2.io
dest: /tmp/rke2.sh
mode: '0755'
when: not rke2_installed.stat.exists or upgrade
#when: not rke2_installed.stat.exists or upgrade
- name: Kill RKE2
command: "rke2-killall.sh"
- name: Install RKE2
command: "/tmp/rke2.sh"
args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment