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 *.swp
.tox .tox
.DS_Store .DS_Store
.cache

View File

@ -13,14 +13,8 @@ repos:
- id: yamllint - id: yamllint
args: [-c=.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 - repo: https://github.com/robertdebock/pre-commit
rev: v1.1.2 rev: v1.2.1
hooks: hooks:
- id: ansible_role_find_unused_variable - id: ansible_role_find_unused_variable
- id: ansible_role_find_empty_files - id: ansible_role_find_empty_files

View File

@ -13,7 +13,7 @@ molecule:
- image=${image} tag=${tag} molecule test - image=${image} tag=${tag} molecule test
rules: rules:
- if: $CI_COMMIT_REF_NAME == "master" - if: $CI_COMMIT_REF_NAME == "master"
retry: 2 retry: 1
parallel: parallel:
matrix: matrix:
{% for platform in meta.galaxy_info.platforms %} {% for platform in meta.galaxy_info.platforms %}