Skip to content

Improve installation of certificate #6

Improve installation of certificate

Improve installation of certificate #6

Workflow file for this run

---
name: lint
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip install -r .dev_requirements.txt
- name: Lint playbook
run: ansible-lint