1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-26 15:07:32 +00:00

[PR #10867/41b65161 backport][stable-11] Fix typos: s/the the/the/ (#10868)

Fix typos: s/the the/the/ (#10867)

(cherry picked from commit 41b65161bd)

Co-authored-by: Pierre Riteau <pierre@stackhpc.com>
This commit is contained in:
patchback[bot] 2025-09-30 21:54:43 +02:00 committed by GitHub
parent c2adcfa51d
commit edd8981af6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -1111,7 +1111,7 @@ def main():
module.fail_json(msg=to_native(result['msg']))
for command in command_list:
# standardize on the Power* commands, but allow the the legacy
# standardize on the Power* commands, but allow the legacy
# GracefulRestart command
if command == 'GracefulRestart':
command = 'PowerGracefulRestart'