Skip to content

Commit

Permalink
Moves wine_install_winetricks to playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 10, 2024
1 parent fbad609 commit 3374079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ansible/install-wine.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
- hosts: all
roles: [ea31337.wine]
vars:
wine_install_winetricks: true
3 changes: 1 addition & 2 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ case "$(uname -s)" in
ansible-galaxy install -r /opt/ansible/galaxy-requirements.yml

# Install platform.
ansible-playbook -i "localhost," -c local /opt/ansible/install-wine.yml -v \
-e wine_install_winetricks=1
ansible-playbook -i "localhost," -c local /opt/ansible/install-wine.yml -v
ansible-playbook -i "localhost," -c local /opt/ansible/install-xvfb.yml -v

# Install Charles proxy.
Expand Down

0 comments on commit 3374079

Please sign in to comment.