From 1b16c0813ae2df6893c18cba9d67655b01c8d38d Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Wed, 20 Nov 2024 12:48:42 +0000 Subject: [PATCH] fix typos --- .gitlab-ci.yml | 2 +- tasks/conf_file.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d04c69..2f22099 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ jammy: - molecule test noble: image: registry.git.coop/webarch/containers/images/noble:20241107 - stage: bullseye + stage: noble script: - molecule test trixie: diff --git a/tasks/conf_file.yml b/tasks/conf_file.yml index 326f415..cf57f9d 100644 --- a/tasks/conf_file.yml +++ b/tasks/conf_file.yml @@ -59,7 +59,7 @@ - name: Create or edit the file block: - # The config files can be templated if cases sensitivity in booloans is not an issue? + # The config files can be templated if case sensitivity in booleans is not an issue? # https://github.com/fail2ban/fail2ban/discussions/3886 # - name: "Template the fail2ban config file at {{ fail2ban_config_file.path }}" # ansible.builtin.template: -- GitLab