Update install script to be able to run multiple times
This commit is contained in:
parent
ac4d628d0b
commit
e20362ec07
@ -14,8 +14,11 @@ fi
|
||||
"${SUDO}" apt-add-repository --yes --update ppa:ansible/ansible
|
||||
"${SUDO}" apt install -y git ansible
|
||||
|
||||
if [ -d "${HOME}/src/ansible-desktop" ]; then
|
||||
mkdir -p "${HOME}/src"
|
||||
cd "${HOME}/src"
|
||||
git clone "$ANSIBLE_REPO"
|
||||
cd ansible-desktop
|
||||
fi
|
||||
cd "${HOME}/src/ansible-desktop"
|
||||
git pull
|
||||
ansible-playbook localhost.yml
|
||||
|
Loading…
Reference in New Issue
Block a user