mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2026-03-09 12:02:11 +01:00
fix: skip redundant fact gathering in server and agent plays
Signed-off-by: Jon S. Stumpf <jon.stumpf@gmail.com>
This commit is contained in:
committed by
Derek Nola
parent
6fcd4d3748
commit
a3bf02f069
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user