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 24, 2023
1 parent f916d67 commit e3530ce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ansible-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ansible-run

on: [push, pull_request]

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

- name: Update installed packages
run: sudo apt update && sudo apt upgrade -y

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

0 comments on commit e3530ce

Please sign in to comment.