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