Skip to content

Commit

Permalink
Re-adds missing playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 5, 2024
1 parent 925a7c1 commit a1309b7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Installs platform
uses: dawidd6/action-ansible-playbook@v2
with:
playbook: platform-install.yml
playbook: install-platform.yml
directory: ./ansible
options: |
--connection local
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions ansible/install-wine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
- hosts: all
roles: [ea31337.wine]
3 changes: 3 additions & 0 deletions ansible/install-xvfb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
- hosts: all
roles: [ea31337.xvfb]

0 comments on commit a1309b7

Please sign in to comment.