From 73a49b5ccff54c160906ff33c8a11914e786d2c6 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 1 Dec 2021 15:14:31 +0100 Subject: [PATCH] Add finding unqouted values and quote a value. --- files/pre-commit-config.yaml | 3 ++- templates/gitlab-ci.yml.j2 | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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