From fc55c4e505fbf8153db752e759d50cc5c3571b60 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 7 Oct 2021 22:30:57 +0200 Subject: [PATCH] Regenerate CI and docs. --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/workflows/molecule.yml | 2 +- .gitlab-ci.yml | 2 +- .pre-commit-config.yaml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f39b5dc..4bb9d98 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,6 +5,7 @@ about: Create a report to help me improve --- ## Describe the bug + A clear and concise description of what the bug is. ## Playbook diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 4c9cd8c..3173d4c 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -43,7 +43,7 @@ jobs: tag: "latest" - image: "debian" tag: "bookworm" - - image: "rockylinux" + - image: "enterpriselinux" tag: "latest" - image: "fedora" tag: "33" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06b013a..35d67e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ molecule: tag: "latest" - image: "debian" tag: "bookworm" - - image: "rockylinux" + - image: "enterpriselinux" tag: "latest" - image: "fedora" tag: "33" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea7ef8c..d4df091 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,9 +14,10 @@ repos: args: [-c=.yamllint] - repo: https://github.com/robertdebock/pre-commit - rev: v1.2.3 + rev: v1.3.1 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