Remove stray debugging lines

This commit is contained in:
Matthew Jones 2015-11-24 12:35:39 -05:00
parent 772b7d201e
commit d95470066c

View File

@ -71,8 +71,6 @@ def deb_package_list():
def main():
module = AnsibleModule(
argument_spec = dict())
import os
os.system('echo "%s" > /tmp/foo' % get_distribution())
ans_dist = get_distribution().strip()
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)