Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
hpedrorodrigues committed Nov 5, 2023
1 parent f3f056f commit 8abcc52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/cli/workstation/core/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ function sx::workstation::setup() {
local -r playbook_path="${ANSIBLE_CONFIG}/linux/main.yml"
fi

ansible-playbook "${playbook_path}" --extra-vars="sphynx_directory=${SPHYNX_DIR}" --ask-become-pass
ansible-playbook "${playbook_path}" \
--extra-vars="sphynx_directory=${SPHYNX_DIR}" \
--ask-become-pass
}

function sx::workstation::setup_dotfiles() {
Expand Down

0 comments on commit 8abcc52

Please sign in to comment.