diff --git a/tasks/main.yml b/tasks/main.yml index 6346469..a77fc11 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -38,7 +38,7 @@ - name: (DEPRECATED) lineinfile cleaning blank lines on /etc/fstab lineinfile: dest: /etc/fstab - regexp: "^\s*$" + regexp: "^\\s*$" state: absent backup: no when: nfs_mount is defined