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