Skip to content

issue #12 - use script to mimic the dhcp re-config tasks #71

issue #12 - use script to mimic the dhcp re-config tasks

issue #12 - use script to mimic the dhcp re-config tasks #71

Workflow file for this run

---
name: ansible test
on:
pull_request:
push:
schedule:
- cron: "45 5 * * 2"
jobs:
build:
name: ansible test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: install requirements
run: |
python -m pip install --upgrade pip
pip install ansible==9.1.0 ansible-core==2.16.1 lxml cryptography==42.0.0
- name: run ansible test
working-directory: ./test
run: |
ansible-playbook test.yml