mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Fixed a few small typos
This commit is contained in:
parent
bac81be3f9
commit
ba853b8c1a
3 changed files with 3 additions and 3 deletions
|
@ -239,7 +239,7 @@ def main():
|
|||
if module.params['state'] == 'absent':
|
||||
port_id = _get_port_id(quantum, module, router_id, subnet_id)
|
||||
if not port_id:
|
||||
module.exit_json(changed = False, result = "Sucess")
|
||||
module.exit_json(changed = False, result = "Success")
|
||||
_remove_interface_router(quantum, module, router_id, subnet_id)
|
||||
module.exit_json(changed=True, result="Deleted")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue