From 9eff4d71097393edabcf11405c1b5a94d6fb73c8 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 31 Jan 2021 14:18:41 -0600 Subject: [PATCH] Remove the marker atribute so I don't play with them in the future. They need to stay static so the block gets updated not inserted. --- tasks/freebsd_gui.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/freebsd_gui.yml b/tasks/freebsd_gui.yml index cfc4738..2abe9f7 100644 --- a/tasks/freebsd_gui.yml +++ b/tasks/freebsd_gui.yml @@ -21,9 +21,8 @@ hald_enable="YES" gnome_enable="YES" gdm_enable="YES" - + fusefs_enable="YES" - marker: "# {mark} Ansible for GNOME+SSHFS " backup: yes - name: Add GNOME to fstab @@ -31,5 +30,4 @@ path: /etc/fstab block: | proc /proc procfs rw 0 0 - marker: "# {mark} Ansible for GNOME " backup: yes