mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
trimmed superfluous code from apt module
This commit is contained in:
parent
e85355f054
commit
e2deb94e73
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue