mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove debug line
This commit is contained in:
parent
2cc4ac2e75
commit
28cb4756c4
1 changed files with 0 additions and 1 deletions
|
@ -368,7 +368,6 @@ def main():
|
||||||
install_python_apt(module)
|
install_python_apt(module)
|
||||||
|
|
||||||
repo = module.params['repo']
|
repo = module.params['repo']
|
||||||
open("/tmp/awx.log", "a").write("repo: %s\n" % repo)
|
|
||||||
state = module.params['state']
|
state = module.params['state']
|
||||||
update_cache = module.params['update_cache']
|
update_cache = module.params['update_cache']
|
||||||
sourceslist = None
|
sourceslist = None
|
||||||
|
|
Loading…
Reference in a new issue