Two laptops is no fun.

This commit is contained in:
Robert de Bock 2021-03-25 09:28:59 +01:00
parent 25ff872fb5
commit cc323577e3
3 changed files with 3 additions and 8 deletions

View File

@ -3,3 +3,4 @@
*.swp
.tox
.DS_Store
.cache

View File

@ -13,14 +13,8 @@ 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

View File

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