From f6b957791854f908c490c6848d73461c99026215 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 9 Jun 2021 17:06:16 +0200 Subject: [PATCH] Ansible is required. --- generate.yml | 4 ++-- templates/travis.yml.j2 | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/generate.yml b/generate.yml index 3c45d63..617b3ae 100755 --- a/generate.yml +++ b/generate.yml @@ -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 }}" diff --git a/templates/travis.yml.j2 b/templates/travis.yml.j2 index 981fedd..ad7c006 100644 --- a/templates/travis.yml.j2 +++ b/templates/travis.yml.j2 @@ -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 .