mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-25 05:10:19 +00:00
Issue #61: Fix deprecation warning for always_run.
This commit is contained in:
parent
46c3873a00
commit
7a1ba39d7d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
shell: defaults read com.apple.terminal 'Default Window Settings'
|
shell: defaults read com.apple.terminal 'Default Window Settings'
|
||||||
register: terminal_theme
|
register: terminal_theme
|
||||||
changed_when: false
|
changed_when: false
|
||||||
always_run: yes
|
check_mode: no
|
||||||
|
|
||||||
- name: Ensure custom Terminal profile is added.
|
- name: Ensure custom Terminal profile is added.
|
||||||
shell: open files/terminal/JJG-Term.terminal
|
shell: open files/terminal/JJG-Term.terminal
|
||||||
|
|
Loading…
Reference in a new issue