diff --git a/files/gitignore b/files/gitignore index df5a2d1..8abcc13 100644 --- a/files/gitignore +++ b/files/gitignore @@ -2,5 +2,6 @@ *.log *.swp .tox +.cache .DS_Store .cache diff --git a/files/pre-commit-config.yaml b/files/pre-commit-config.yaml index fc3086f..ec1005b 100644 --- a/files/pre-commit-config.yaml +++ b/files/pre-commit-config.yaml @@ -18,3 +18,4 @@ repos: hooks: - id: ansible_role_find_unused_variable - id: ansible_role_find_empty_files + - id: ansible_role_find_empty_directories diff --git a/templates/gitlab-ci.yml.j2 b/templates/gitlab-ci.yml.j2 index b9a62f0..7da8918 100644 --- a/templates/gitlab-ci.yml.j2 +++ b/templates/gitlab-ci.yml.j2 @@ -1,5 +1,5 @@ --- -image: robertdebock/github-action-molecule:2.6.6 +image: robertdebock/github-action-molecule:3.0.6 services: - docker:dind