chore(): improved core playbooks
This commit is contained in:
+1
-2
@@ -3,11 +3,10 @@
|
||||
hosts: servers
|
||||
gather_facts: true
|
||||
become: true
|
||||
serial: 100%
|
||||
|
||||
pre_tasks:
|
||||
- name: Ensure Docker and K3s are not both enabled
|
||||
assert:
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- not (containers.docker.enabled and containers.k3s.enabled)
|
||||
fail_msg: "Docker and K3s cannot both be enabled at the same time."
|
||||
|
||||
Reference in New Issue
Block a user