mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
Remove debugging line
This commit is contained in:
parent
0d6cd1d8ab
commit
b4fb90439f
1 changed files with 0 additions and 2 deletions
|
@ -131,8 +131,6 @@ def main():
|
||||||
|
|
||||||
present = is_plugin_present(parse_plugin_repo(name), plugin_dir)
|
present = is_plugin_present(parse_plugin_repo(name), plugin_dir)
|
||||||
|
|
||||||
print state
|
|
||||||
|
|
||||||
# skip if the state is correct
|
# skip if the state is correct
|
||||||
if (present and state == "present") or (state == "absent" and not present):
|
if (present and state == "present") or (state == "absent" and not present):
|
||||||
module.exit_json(changed=False, name=name)
|
module.exit_json(changed=False, name=name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue