Skip to content

Commit

Permalink
Installs Xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jan 28, 2024
1 parent 818e285 commit 50dc204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/install-xvfb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- hosts: localhost
roles:
- name: ea31337.xvfb
1 change: 1 addition & 0 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ case "$(uname -s)" in

# Install platform.
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.
if (("$PROVISION_CHARLES")); then
Expand Down

0 comments on commit 50dc204

Please sign in to comment.