diff --git a/playbooks/site.yml b/playbooks/site.yml index 71fcad8..d2e0981 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -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