mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
Remove debug line
This commit is contained in:
@@ -368,7 +368,6 @@ def main():
|
||||
install_python_apt(module)
|
||||
|
||||
repo = module.params['repo']
|
||||
open("/tmp/awx.log", "a").write("repo: %s\n" % repo)
|
||||
state = module.params['state']
|
||||
update_cache = module.params['update_cache']
|
||||
sourceslist = None
|
||||
|
||||
Reference in New Issue
Block a user