Skip to content

Commit

Permalink
extra-vars vnc_desktop=xfce4 in the quick start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin committed Sep 6, 2024
1 parent 5e374dd commit 71bda93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts/qa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# curl -sL https://raw.githubusercontent.com/sdarwin/Ansible-VNC/master/scripts/qa.sh | sudo bash
#
#
# sudo su -
# cd /etc/ansible
# ansible-playbook --extra-vars "vnc_desktop=xfce4" roles/sdarwin.vnc/default.yml

set -x
set -e
Expand Down
2 changes: 1 addition & 1 deletion scripts/quickinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ then
fi

sudo mkdir -p /etc/ansible/roles
sudo env PATH=$PATH ansible-pull -U https://github.com/sdarwin/Ansible-VNC -d /etc/ansible/roles/sdarwin.vnc -i scripts/localinventory default.yml
sudo env PATH=$PATH ansible-pull --extra-vars "vnc_desktop=xfce4" -U https://github.com/sdarwin/Ansible-VNC -d /etc/ansible/roles/sdarwin.vnc -i scripts/localinventory default.yml

0 comments on commit 71bda93

Please sign in to comment.