summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging
Commit message (Expand)AuthorAgeFilesLines
* Clean up non-standard module shebangs.Matt Clay2018-03-217-7/+7
* Add http(s)_proxy support in yum module (#36800)Dmitry Ulyanov2018-03-211-2/+37
* implemented installroot option (#33613)Aleksander Kovtunenko2018-03-201-1/+10
* apt_repository: check attribute repo for None value (#36944)Julien Vey2018-03-191-0/+3
* apt: use to_native instead of str for exc (#37595)Martin Krizek2018-03-191-1/+1
* Clean up module documentation (#36909)Dag Wieers2018-03-1523-505/+182
* apt: better error msg when update_cache fails (#37410)Martin Krizek2018-03-151-3/+4
* maven_artifact: add verify_checksum option - fixes #31799 (#33370)S. VeyriƩ2018-03-151-22/+40
* apt: clarify allow_unauthenticated docs (#37453)Martin Krizek2018-03-151-0/+1
* Clarify the apt module force documentation (#37353)Toshio Kuratomi2018-03-151-0/+2
* Add support for --quiet-build and --quiet-fail to portage moduleWilliam L Thomson Jr2018-03-121-1/+29
* modules: zypper: Optimize the 'search' subcommand (#37191)Markos Chandras2018-03-091-0/+3
* Auto install of python-apt without recommends.Ivan Mikheykin2018-03-081-1/+1
* yum is Python 2 only. If Python 3 use dnf (#37140)John R Barker2018-03-081-2/+3
* Python3 issues in maven_artifact (#37035)Toshio Kuratomi2018-03-051-6/+5
* yum: fix yum version comparison (#36573)Martin Krizek2018-02-231-2/+2
* now get_url defaults to module temp dir (#36218)Brian Coca2018-02-201-1/+1
* Fix default value of gpgcheck in doc (PR #36267)Jiri Tyr2018-02-201-1/+1
* Fix portage mod usage of jobs and load-average optSviatoslav Sydorenko2018-02-201-4/+21
* Drop duplicate imports from apt_repository module (#36320)Sviatoslav Sydorenko2018-02-171-5/+1
* Add information on the various package states (#35882)Anwesha Chatterjee2018-02-161-0/+3
* Homebrew Cask: Multiple updates (#35759)Daniel Jaouen2018-02-081-23/+173
* Add aliases for parameters to rhsm_repository module (#35800)Sam Doran2018-02-081-6/+6
* redhat_subscription: do not use defaults from the conf file (#33763)Martin Krizek2018-02-071-41/+12
* Fix packaging/os modules for wildcard imports and get_exceptionToshio Kuratomi2018-02-0616-45/+48
* Remove deprecated get_exception APIAbhijeet Kasurde2018-02-053-32/+23
* Add rhsm_repository module (#28292)Giovanni Sciortino2018-01-221-0/+227
* npm module compatible with npm5 (#26582)Xavier Cambar2018-01-191-1/+1
* apk: Fix package dependency bugs (#34419)tdtrask2018-01-181-1/+18
* Module DOCUMENTATION should match argspec (#34895)John R Barker2018-01-164-2/+5
* Validate modules arg spec fixes (#34477)Matt Martz2018-01-111-2/+2
* yum: Add example for enable and disable repo (#34492)Abhijeet Kasurde2018-01-101-0/+10
* Fix Python 3.7 syntax error in yum_repository.Matt Clay2018-01-091-56/+59
* yum: handle exception in local_envra (#34400)Abhijeet Kasurde2018-01-091-0/+10
* Add missing msg keyword for fail_json (#34387)Abhijeet Kasurde2018-01-031-2/+2
* yum: support installroot in is_group_env_installed (#34182)Martin Krizek2018-01-021-5/+5
* yum: Add option for enable and disable plugin (#34306)Abhijeet Kasurde2018-01-021-2/+29
* Add comment on auto_import_key for .repo files in zypper_repository (#33941)Robin Roth2017-12-221-0/+1
* apt_get: add warning for force_apt_get (#33994)Abhijeet Kasurde2017-12-191-0/+6
* Remove params option from examplesToshio Kuratomi2017-12-191-19/+0
* New Module: package_facts (#33195)Adam Miller2017-12-141-0/+237
* maven_artifact: fix broken import (#33749)Pilou2017-12-131-2/+8
* redhat_subscription: remove python2.4 compat (#33762)Martin Krizek2017-12-121-10/+7
* Bulk pep8 fixes - hand crafted (#33690)John R Barker2017-12-071-1/+1
* Bulk autopep8 (modules)John Barker2017-12-0723-206/+257
* Add requirements to npm module (#33641)John Slay2017-12-071-0/+2
* pkg5: PEP8 compliancy and documentation changes (#33559)Dag Wieers2017-12-051-54/+25
* urpmi: PEP8 compliancy and documentation changes (#33560)Dag Wieers2017-12-051-46/+42
* rpm_key: PEP8 compliancy and documentation changes (#33426)Dag Wieers2017-12-041-22/+16
* apt_repository: PEP8 compliancy and documentation changes (#33429)Dag Wieers2017-12-041-38/+29