diff --git a/files/pre-commit-config.yaml b/files/pre-commit-config.yaml index d4df091..4a02356 100644 --- a/files/pre-commit-config.yaml +++ b/files/pre-commit-config.yaml @@ -14,10 +14,11 @@ repos: args: [-c=.yamllint] - repo: https://github.com/robertdebock/pre-commit - rev: v1.3.1 + rev: v1.4.3 hooks: - id: ansible_role_find_unused_variable - id: ansible_role_find_empty_files - id: ansible_role_find_empty_directories - id: ansible_role_fix_readability - id: ansible_role_find_undefined_handlers + - id: ansible_role_find_unquoted_values diff --git a/templates/gitlab-ci.yml.j2 b/templates/gitlab-ci.yml.j2 index 924231b..d446dd7 100644 --- a/templates/gitlab-ci.yml.j2 +++ b/templates/gitlab-ci.yml.j2 @@ -1,5 +1,5 @@ --- -image: robertdebock/github-action-molecule:3.3.1 +image: "robertdebock/github-action-molecule:3.3.1" services: - docker:dind