Skip to content

Commit

Permalink
WIP ansible-run
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Oct 23, 2023
1 parent eceaa2c commit ffc7938
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ansible-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ansible-run

on: [push, pull_request]

jobs:
ansible-run:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: Run ansible playbook
run: ./provision.sh

0 comments on commit ffc7938

Please sign in to comment.