From c8b7910bec68871c64d2cfa013ad4d31904f891f Mon Sep 17 00:00:00 2001 From: Irina Gulina Date: Wed, 3 Jan 2024 10:21:50 +0100 Subject: [PATCH 1/2] add codespell --- .github/workflows/codespell.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/codespell.yml diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml new file mode 100644 index 0000000..5e5ac9a --- /dev/null +++ b/.github/workflows/codespell.yml @@ -0,0 +1,18 @@ +name: CodeSpell + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + codespell: + name: Check for spelling errors + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - uses: codespell-project/actions-codespell@master From 2255d458f523fa59ab6aae1c2ac80d8755f516f6 Mon Sep 17 00:00:00 2001 From: Irina Gulina Date: Wed, 3 Jan 2024 10:50:27 +0100 Subject: [PATCH 2/2] typo fix by codespell --- CHANGELOG.rst | 2 +- changelogs/changelog.yaml | 2 +- roles/common/vars/main.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1521dfc..cdd4acd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,7 +11,7 @@ v1.1.3 Minor Changes ------------- -- Add the default variables async_timeout_maximum and async_poll_interval which configure the timeout and polling values resepectively for asynchronous task execution. - Setting async/poll values as default vars will allow override timer values based on the end user's particular needs. +- Add the default variables async_timeout_maximum and async_poll_interval which configure the timeout and polling values respectively for asynchronous task execution. - Setting async/poll values as default vars will allow override timer values based on the end user's particular needs. - Set the default to "disabled" in the selinux_mode default variable - This resolves an issue with a missing Ansible fact for servers where selinux is disabled Bugfixes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a1e5bbf..5725224 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -21,7 +21,7 @@ releases: - Fixed os_path is undefined error in upgrade role minor_changes: - Add the default variables async_timeout_maximum and async_poll_interval which - configure the timeout and polling values resepectively for asynchronous task + configure the timeout and polling values respectively for asynchronous task execution. - Setting async/poll values as default vars will allow override timer values based on the end user's particular needs. - Set the default to "disabled" in the selinux_mode default variable - This diff --git a/roles/common/vars/main.yml b/roles/common/vars/main.yml index 91e90f6..b7bf5b5 100644 --- a/roles/common/vars/main.yml +++ b/roles/common/vars/main.yml @@ -38,7 +38,7 @@ preupg_return_codes: fail: true inhibited: true 26: - msg: You specified a text convertor which is not allowed. Allowed convertors are w3m, lynx and elinks. + msg: You specified a text converter which is not allowed. Allowed converters are w3m, lynx and elinks. fail: true inhibited: true 27: @@ -54,7 +54,7 @@ preupg_return_codes: fail: true inhibited: true 30: - msg: User aborted the assesment. + msg: User aborted the assessment. fail: true inhibited: true 127: