Skip to content

Commit

Permalink
Issue #61: Fix deprecation warning for always_run.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 23, 2018
1 parent 46c3873 commit 7a1ba39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/terminal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
shell: defaults read com.apple.terminal 'Default Window Settings'
register: terminal_theme
changed_when: false
always_run: yes
check_mode: no

- name: Ensure custom Terminal profile is added.
shell: open files/terminal/JJG-Term.terminal
Expand Down

0 comments on commit 7a1ba39

Please sign in to comment.