fix terminal to run with remote tasks as well

This commit is contained in:
dspolleke 2021-04-12 15:15:57 +02:00 committed by Paul van Noort
parent bd6b7a0093
commit 269e9258a9

View file

@ -8,11 +8,11 @@
- name: ensure JJG-Term - name: ensure JJG-Term
block: block:
- name: transfer the file - name: transfer the file
copy: copy:
src: files/terminal/JJG-Term.terminal src: files/terminal/JJG-Term.terminal
dest: /tmp/JJG-Term.terminal dest: /tmp/JJG-Term.terminal
- name: Ensure custom Terminal profile is added. - name: Ensure custom Terminal profile is added.
command: open /tmp/JJG-Term.terminal command: open /tmp/JJG-Term.terminal
changed_when: false changed_when: false