From d62d466f0b017cfc49b46c638618f8ad9fb9dd98 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 2 Jan 2015 18:05:26 -0600 Subject: [PATCH] Run .osx dotfiles. --- tasks/dotfiles.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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