From 269e9258a9e830b17441a51e7ccc598853b892e8 Mon Sep 17 00:00:00 2001 From: dspolleke Date: Mon, 12 Apr 2021 15:15:57 +0200 Subject: [PATCH] fix terminal to run with remote tasks as well --- tasks/terminal.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/terminal.yml b/tasks/terminal.yml index 5ffa752..75aad5b 100644 --- a/tasks/terminal.yml +++ b/tasks/terminal.yml @@ -8,11 +8,11 @@ - name: ensure JJG-Term block: - - name: transfer the file - copy: + - name: transfer the file + copy: src: files/terminal/JJG-Term.terminal dest: /tmp/JJG-Term.terminal - + - name: Ensure custom Terminal profile is added. command: open /tmp/JJG-Term.terminal changed_when: false