fix: clean up Ansible bootstrap warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user