Ansible is required.

This commit is contained in:
Robert de Bock 2021-06-09 17:06:16 +02:00
parent d5d9483637
commit f6b9577918
2 changed files with 3 additions and 4 deletions

View File

@ -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 }}"

View File

@ -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 .