mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
Fixed typos (#52426)
This commit is contained in:
parent
be3a47e2fe
commit
7d6a94e7dc
6 changed files with 10 additions and 10 deletions
|
@ -217,7 +217,7 @@ class ActionModule(ActionBase):
|
|||
out=to_native(command_result['stdout']))
|
||||
raise RuntimeError(msg)
|
||||
|
||||
display.vvv("{action}: system sucessfully rebooted".format(action=self._task.action))
|
||||
display.vvv("{action}: system successfully rebooted".format(action=self._task.action))
|
||||
|
||||
def do_until_success_or_timeout(self, action, reboot_timeout, action_desc, distribution, action_kwargs=None):
|
||||
max_end_time = datetime.utcnow() + timedelta(seconds=reboot_timeout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue