Skip to content

Split handling of HTTP and HTTPS #16

Split handling of HTTP and HTTPS

Split handling of HTTP and HTTPS #16

Workflow file for this run

---
name: ansible lint
on: # noqa yaml
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: pip3 install ansible ansible-lint yamllint
- name: lint playbook
run: yamllint -c .yamllint . && ansible-lint