Commit a3bf02f0 authored by Jon S. Stumpf's avatar Jon S. Stumpf Committed by Derek Nola
Browse files

fix: skip redundant fact gathering in server and agent plays

parent 6fcd4d37
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,12 +10,14 @@

- name: Setup K3S server
  hosts: server
  gather_facts: false
  become: true
  roles:
    - role: k3s_server

- name: Setup K3S agent
  hosts: agent
  gather_facts: false
  become: true
  roles:
    - role: k3s_agent