mirror of
https://github.com/geerlingguy/ansible-role-ansible.git
synced 2025-01-22 20:51:34 +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'
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user