mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 18:53:12 +00:00
pkgutil.py syntax fix
This commit is contained in:
@@ -165,9 +165,9 @@ def main():
|
||||
if rc is None:
|
||||
# pkgutil was not executed because the package was already present/absent
|
||||
result['changed'] = False
|
||||
elif rc == 0
|
||||
elif rc == 0:
|
||||
result['changed'] = True
|
||||
else
|
||||
else:
|
||||
result['changed'] = False
|
||||
result['failed'] = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user