Skip to content

Commit

Permalink
feat: (IAC-1269) Update K8s node reboot task to not run on non-k8s no…
Browse files Browse the repository at this point in the history
…de VMs (#112)

Closes #13
  • Loading branch information
jarpat authored Feb 20, 2024
1 parent 076fee5 commit d9ebec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/kubernetes/common/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@
ansible.builtin.reboot:
tags:
- install
when: inventory_hostname in groups["k8s"]

0 comments on commit d9ebec1

Please sign in to comment.