community.general/lib/ansible
Patrik Lundin a439f45a18 openbsd_pkg: Handle versionless names with branch. (#26016)
* openbsd_pkg: Handle versionless names with branch.

This makes package names such as "openldap-server--%openldap" work.
Problem reported by Landry Breuil.

While here fix cornercase check for versionless packages and add some
more debug output to packet parsing.

Fixes #25910.

* openbsd_pkg: Split up lines to pass build checks.

===
The test ansible-test sanity --test pep8 failed with the following errors:
lib/ansible/modules/packaging/os/openbsd_pkg.py:383:161: E501 line too long (292 > 160 characters)
lib/ansible/modules/packaging/os/openbsd_pkg.py:398:161: E501 line too long (198 > 160 characters)
===
2017-06-23 12:25:41 -04:00
..
cli Misc typo for Ansible 2017-06-21 11:19:41 -04:00
compat ansible/compat/: PEP8 compliancy (#24689) 2017-05-18 08:36:11 +01:00
config Add persistent connection control path dir constant (#25736) 2017-06-15 11:14:43 +01:00
errors Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
executor correctly set delegated host name in results 2017-06-20 14:58:43 -04:00
galaxy Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
inventory Ensure hosts aren't duplicated in groups 2017-06-19 17:38:43 -04:00
module_utils Add junos_system declartive module and other related change (#25859) 2017-06-22 09:34:50 +05:30
modules openbsd_pkg: Handle versionless names with branch. (#26016) 2017-06-23 12:25:41 -04:00
parsing 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 2017-06-14 11:08:34 -04:00
playbook Don't include dependent roles in the dep chain for include_role 2017-06-22 13:16:29 +01:00
plugins Fix up integer type detection on python3 (#25985) 2017-06-22 08:48:22 -04:00
template Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
utils Add junos_system declartive module and other related change (#25859) 2017-06-22 09:34:50 +05:30
vars 01110000 01100101 01110000 00111000 00100000 2017-06-19 17:50:52 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py constants: pep8 fix (#25735) 2017-06-15 13:40:06 +02:00
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00