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 .