This commit is contained in:
Robert de Bock 2021-03-25 09:27:33 +01:00
parent 7cb81c4f96
commit 9fad3bd70e
3 changed files with 5 additions and 9 deletions

View File

@ -2,3 +2,4 @@
*.log
*.swp
.tox
.cache

View File

@ -13,14 +13,9 @@ repos:
- id: yamllint
args: [-c=.yamllint]
- repo: https://github.com/ansible/ansible-lint
rev: v5.0.1
hooks:
- id: ansible-lint
pass_filenames: false
- repo: https://github.com/robertdebock/pre-commit
rev: v1.1.2
rev: v1.2.1
hooks:
- id: ansible_role_find_unused_variable
- id: ansible_role_find_empty_files
- id: ansible_role_find_empty_directories

View File

@ -1,5 +1,5 @@
---
image: robertdebock/github-action-molecule:2.6.6
image: robertdebock/github-action-molecule:3.0.6
services:
- docker:dind
@ -13,7 +13,7 @@ molecule:
- image=${image} tag=${tag} molecule test
rules:
- if: $CI_COMMIT_REF_NAME == "master"
retry: 2
retry: 1
parallel:
matrix:
{% for platform in meta.galaxy_info.platforms %}