diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index de6bbe5..0f4c43e 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -32,7 +32,7 @@ - .osx - .vimrc -# TODO - This requires sudo password (interactive prompt)... AND it restarts -# Terminal, thus ending the playbook run. D'oh! -# - name: Run .osx dotfiles. -# shell: ~/.osx +# TODO: Use sudo once .osx can be run via root with no user interaction. +- name: Run .osx dotfiles. + shell: ~/.osx --no-restart + changed_when: false