From 26c5e1851ea656a09c7b98b51746ff6efdedbc21 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 9 Mar 2020 08:25:38 +0000 Subject: [PATCH] Use the local source file --- roles/home-gui/tasks/emacs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/home-gui/tasks/emacs.yml b/roles/home-gui/tasks/emacs.yml index fb127fe..931aee3 100644 --- a/roles/home-gui/tasks/emacs.yml +++ b/roles/home-gui/tasks/emacs.yml @@ -7,7 +7,6 @@ copy: src: emacs.service dest: "{{ ansible_env.HOME }}/.config/systemd/user/emacs.service" - remote_src: yes when: ansible_system == 'Linux' - name: Add Emacs server to autostart (FreeBSD) copy: