Skip to content

Commit

Permalink
Remove unnecessary gather_facts
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 15, 2023
1 parent d745f81 commit a9ce75c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion playbook/reset.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
- name: Undo cluster setup
hosts: k3s_cluster
gather_facts: true
become: true
tasks:
- name: Run K3s Uninstall script [server]
Expand Down
2 changes: 0 additions & 2 deletions playbook/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
# Agents have no such limitation
- name: Upgrade K3s Servers
hosts: server
gather_facts: true
become: true
serial: 1
roles:
- role: k3s-upgrade

- name: Upgrade K3s Agents
hosts: agent
gather_facts: true
become: true
roles:
- role: k3s-upgrade

0 comments on commit a9ce75c

Please sign in to comment.