mirror of
https://github.com/geerlingguy/ansible-role-ansible.git
synced 2024-11-12 10:03:56 +01:00
Add role-name back in for dashed roles since Galaxy bug fixed.
This commit is contained in:
parent
94b3532fb4
commit
25d8f5fc04
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -29,12 +29,11 @@ jobs:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install test dependencies.
|
||||
run: pip3 install yamllint ansible ansible-lint
|
||||
run: pip3 install yamllint
|
||||
|
||||
- name: Lint code.
|
||||
run: |
|
||||
yamllint .
|
||||
ansible-lint
|
||||
|
||||
molecule:
|
||||
name: Molecule
|
||||
|
Loading…
Reference in New Issue
Block a user