You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/packaging
Michael Scherer 65ba526c9f Fix pkgng on python 3
Fail with:

    Traceback (most recent call last):
      File \"/tmp/ansible_2rsl4fg1/ansible_module_pkgng.py\", line 353, in <module>
        main()
      File \"/tmp/ansible_2rsl4fg1/ansible_module_pkgng.py\", line 330, in main
        _changed, _msg = install_packages(module, pkgng_path, pkgs, p[\"cached\"], p[\"pkgsite\"], dir_arg)
      File \"/tmp/ansible_2rsl4fg1/ansible_module_pkgng.py\", line 161, in install_packages
        old_pkgng = pkgng_older_than(module, pkgng_path, [1, 1, 4])
      File \"/tmp/ansible_2rsl4fg1/ansible_module_pkgng.py\", line 121, in pkgng_older_than
        while compare_version[i] == version[i]:
    TypeError: 'map' object is not subscriptable
9 years ago
..
language Fixes #1375, will check for new and outdated packages when running. (#3020) 9 years ago
os Fix pkgng on python 3 9 years ago
__init__.py Add missing __init__.py files for find_package() to work 11 years ago
dpkg_selections.py added missing GPL licences 10 years ago
elasticsearch_plugin.py elasticsearch_plugin: rewrite module to not use unsupported parameters (#2839) 9 years ago
kibana_plugin.py Add kibana_plugin module (#2621) 10 years ago