From bbacfcbd9ace2cbb1ef4d37c5a0cd8ddd6249e2a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 27 May 2021 13:39:20 -0500 Subject: [PATCH] Update tasks/terminal.yml --- tasks/terminal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/terminal.yml b/tasks/terminal.yml index 528aec4..f4a2678 100644 --- a/tasks/terminal.yml +++ b/tasks/terminal.yml @@ -7,7 +7,7 @@ check_mode: false - name: Ensure custom Terminal profile is added. - ansible.builtin.copy: + copy: src: files/terminal/JJG-Term.terminal dest: /tmp/JJG-Term.terminal changed_when: false