Ansible is required.
This commit is contained in:
parent
d5d9483637
commit
f6b9577918
|
|
@ -153,8 +153,8 @@
|
||||||
dest: .github/FUNDING.yml
|
dest: .github/FUNDING.yml
|
||||||
- source: pre-commit-config.yaml
|
- source: pre-commit-config.yaml
|
||||||
dest: .pre-commit-config.yaml
|
dest: .pre-commit-config.yaml
|
||||||
- source: collections.yml
|
# - source: collections.yml
|
||||||
dest: molecule/default/collections.yml
|
# dest: molecule/default/collections.yml
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.source }}"
|
label: "{{ item.source }}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,7 @@ cache:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install yamllint
|
- pip install ansible ansible-lint yamllint
|
||||||
- pip install ansible-lint
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- yamllint .
|
- yamllint .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue