mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Remove stray debugging lines
This commit is contained in:
@@ -71,8 +71,6 @@ def deb_package_list():
|
|||||||
def main():
|
def main():
|
||||||
module = AnsibleModule(
|
module = AnsibleModule(
|
||||||
argument_spec = dict())
|
argument_spec = dict())
|
||||||
import os
|
|
||||||
os.system('echo "%s" > /tmp/foo' % get_distribution())
|
|
||||||
ans_dist = get_distribution().strip()
|
ans_dist = get_distribution().strip()
|
||||||
if ans_dist in ('Centos', 'Centos linux', 'Red hat enterprise linux server', 'Amazon', 'Suse linux enterprise server', 'Opensuse'):
|
if ans_dist in ('Centos', 'Centos linux', 'Red hat enterprise linux server', 'Amazon', 'Suse linux enterprise server', 'Opensuse'):
|
||||||
os.system('echo "in rpm_package_list for %s" >> /tmp/foo' % ans_dist)
|
os.system('echo "in rpm_package_list for %s" >> /tmp/foo' % ans_dist)
|
||||||
|
|||||||
Reference in New Issue
Block a user