Skip to content

Fix up README and make var for ansible_user easier to configure. #24

Fix up README and make var for ansible_user easier to configure.

Fix up README and make var for ansible_user easier to configure. #24

Workflow file for this run

---
name: CI
'on':
pull_request:
push:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
- name: Set up Python 3.
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install test dependencies.
run: pip3 install yamllint
- name: Lint all the YAMLs.
run: yamllint .