mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
trimmed superfluous code from apt module
This commit is contained in:
@@ -145,6 +145,4 @@ elif state == 'removed':
|
|||||||
changed = remove(package)
|
changed = remove(package)
|
||||||
exit_json(changed=changed)
|
exit_json(changed=changed)
|
||||||
|
|
||||||
fail_json(name=name, msg='Unexpected position reached')
|
|
||||||
sys.exit(0)
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user