mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Misc typo fixes (#49816)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user