mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 19:52:40 +01:00
fix(ci): adjusting cache steps
This commit is contained in:
@@ -7,7 +7,7 @@ platforms:
|
||||
- name: control1
|
||||
box: generic/ubuntu2204
|
||||
memory: 1024
|
||||
cpus: 2
|
||||
cpus: 1
|
||||
groups:
|
||||
- k3s_cluster
|
||||
- master
|
||||
@@ -23,7 +23,7 @@ platforms:
|
||||
- name: control2
|
||||
box: generic/ubuntu2204
|
||||
memory: 1024
|
||||
cpus: 2
|
||||
cpus: 1
|
||||
groups:
|
||||
- k3s_cluster
|
||||
- master
|
||||
@@ -39,7 +39,7 @@ platforms:
|
||||
- name: node1
|
||||
box: generic/ubuntu2204
|
||||
memory: 1024
|
||||
cpus: 2
|
||||
cpus: 1
|
||||
groups:
|
||||
- k3s_cluster
|
||||
- node
|
||||
|
||||
Reference in New Issue
Block a user