mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
fix terminal to run with remote tasks as well
This commit is contained in:
parent
bd6b7a0093
commit
269e9258a9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue