mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Misc typo fixes (#49816)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
7609a8cdd6
commit
013c42b14f
24 changed files with 37 additions and 37 deletions
|
@ -363,7 +363,7 @@ def main():
|
|||
|
||||
target_state = module.params['state']
|
||||
server = AnsibleCloudscaleServer(module)
|
||||
# The server could be in a changeing or error state.
|
||||
# The server could be in a changing or error state.
|
||||
# Wait for one of the allowed states before doing anything.
|
||||
# If an allowed state can't be reached, this module fails.
|
||||
if server.info['state'] not in ALLOWED_STATES:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue