Skip to content

Commit

Permalink
typo fix by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxa committed Jan 3, 2024
1 parent c8b7910 commit 2255d45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions roles/common/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 2255d45

Please sign in to comment.