Skip to content

move requirements.yml to root to avoid galaxy install errors #1

move requirements.yml to root to avoid galaxy install errors

move requirements.yml to root to avoid galaxy install errors #1

Workflow file for this run

name: Ansible Lint
on: push
jobs:
ansible-lint:
name: "Run Ansible Lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Make Symlink
run: >-
mkdir -p /home/runner/.ansible/roles
&& ln -s $(pwd) /home/runner/.ansible/roles/dresden-weekly.rails
- name: Run Ansible Lint
uses: ansible/ansible-lint@main
with:
requirements_file: "meta/requirements.yml"