Skip to content

ci: rl9 test

ci: rl9 test #194

Workflow file for this run

name: molecule lint
on:
push:
branches-ignore:
- 'main'
jobs:
lint:
runs-on: ubuntu-20.04
strategy:
fail-fast: true
steps:
- name: checkout
uses: actions/checkout@v3
with:
path: 'lablabs.rke2'
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install ansible-lint
run: pip3 install ansible-lint
- name: Run ansible-lint
run: ansible-lint --profile production ./tasks
working-directory: ./lablabs.rke2