Skip to content

Release

Release #219

Workflow file for this run

name: GitHub Action entrypoints
on:
push:
branches: [main]
jobs:
ansible:
defaults:
run:
working-directory: ./ansible/
runs-on: self-hosted
steps:
- name: Setup checkout environment
uses: actions/checkout@v3
# NEED INSTALLATION OF --> ansible and pfsensible module ON THE RUNNER
- name: Run Ansible playbook
run: |
ansible-playbook -i inventory.yml playbook.yml