mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 03:37:01 +00:00
Fix typos: s/the the/the/ (#10867)
This commit is contained in:
parent
4b644ae41b
commit
41b65161bd
7 changed files with 7 additions and 7 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue