Skip to content

Commit 9782937

Browse files
authored
[Update] Add Reboot task to snap-update
1 parent 156390b commit 9782937

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/snap-microk8s/snap-update.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
state: present
1717
classic: true
1818
channel: '{{ microk8s_version }}'
19+
20+
- name: Restart each VM
21+
ansible.builtin.reboot:

0 commit comments

Comments
 (0)