fix: clean up Ansible bootstrap warnings
Deploy Cluster / Terraform (push) Successful in 27s
Deploy Cluster / Ansible (push) Has been cancelled

This commit is contained in:
2026-04-24 11:07:13 +00:00
parent 68b293efe4
commit c89c31adea
3 changed files with 12 additions and 7 deletions
+3 -3
View File
@@ -50,9 +50,9 @@
changed_when: true
- name: Remove swap from fstab
mount:
name: swap
fstype: swap
lineinfile:
path: /etc/fstab
regexp: '^\s*[^#]\S+\s+\S+\s+swap\s+.*$'
state: absent
- name: Load br_netfilter module