Add role-name back in for dashed roles since Galaxy bug fixed.

This commit is contained in:
Jeff Geerling 2021-03-15 09:26:36 -05:00
parent 94b3532fb4
commit 25d8f5fc04

View File

@ -29,12 +29,11 @@ jobs:
python-version: '3.x' python-version: '3.x'
- name: Install test dependencies. - name: Install test dependencies.
run: pip3 install yamllint ansible ansible-lint run: pip3 install yamllint
- name: Lint code. - name: Lint code.
run: | run: |
yamllint . yamllint .
ansible-lint
molecule: molecule:
name: Molecule name: Molecule