resolves issue-252 Signed-off-by: John lockman <john.lockman@friday.local>
@@ -50,6 +50,12 @@
changed_when: true
tags: install
+- name: Permanently Disable SWAP in fstab
+ replace:
+ path: /etc/fstab
+ regexp: '^([^#].*?\sswap\s+sw\s+.*)$'
+ replace: '# \1'
+
- name: Disable selinux
selinux:
state: disabled