summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging/language
Commit message (Expand)AuthorAgeFilesLines
...
* Make options match others in the fileSam Doran2017-08-171-1/+1
* Added "choices" true/false for user_installKurt Bomya2017-08-171-0/+1
* Fix maven_artifact documentation (#28295)Benjamin2017-08-171-1/+1
* Update metadata to 1.1Toshio Kuratomi2017-08-1510-10/+10
* Move more modules out of curatedToshio Kuratomi2017-08-141-1/+1
* fixed formatting for maven_artifact synopsisLucas Melchior2017-08-091-3/+3
* Add support for pip list format=columns (#21990)Rob Nieuwenhuizen2017-08-071-14/+3
* Enhance maven_artifact with a keep_name option (#22339)Benjamin2017-08-041-4/+30
* cachamber - Issue #27566 - Correct urlparse import for maven_artifact moduleChris Chambers2017-08-031-1/+1
* pear: add option for path to pear executable (#19200)Mark McKinstry2017-08-031-15/+19
* remove wildcards and add boilerplateToshio Kuratomi2017-07-2910-185/+89
* composer: docs: fix conflicting statement about defaults (#27313)René Moser2017-07-261-1/+1
* pip: Add example for --user (#26856)apmits2017-07-171-3/+8
* Fix the editable condition into pip module (#19028) (#19688)Lujeni2017-07-141-15/+8
* composer: add param for custom PHP Executable path (#26107)Deepakkothandan2017-06-291-1/+14
* fix proposal for issue #25151: [python3] pip failed to create virtual env whe...Ramon2017-06-051-11/+24
* Added Composer Command global (#24158)Thomas Bilk ن2017-05-011-7/+29
* Removes expanduser in favor of type pathTim Rupp2017-03-311-2/+1
* E501 fixes (#22879)Matt Martz2017-03-221-2/+6
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-1410-30/+40
* composer: fix escape working_dir (#22363)René Moser2017-03-071-61/+60
* Remove unnecessary shebangs and execute bits.Matt Clay2017-02-221-0/+0
* Validate EXAMPLES as YAMLMatt Martz2017-02-152-17/+17
* Removes usage of expanduser because of type pathTim Rupp2017-02-131-1/+1
* Avoid having module documentation links to itself (#21329)Dag Wieers2017-02-131-1/+1
* Update validate-modules (#20932)Matt Martz2017-02-022-19/+18
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-302-9/+9
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-13/+13
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-1/+2
* pip: fix example with egg specification (#20371)Vladimir Rutsky2017-01-181-2/+1
* maven_artifact: Make default repository_url work again (#19194)William Shallum2017-01-111-5/+5
* Check the command result status in easy_install plugin (#16519)THEBAULT Julien2017-01-041-0/+2
* minor spelling changesCarlos E. Garcia2016-12-132-2/+2
* Removed dict.iteritems() in modules. (#18859)Andrea Tartaglia2016-12-121-1/+1
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-087-0/+1906
* Refreshed metadata for core modulesToshio Kuratomi2016-12-083-0/+12
* Call main in conditional way - packaging (#5826)Fabio Alessandro Locati2016-12-082-2/+5
* Unquote urls in YAML - packaging (#5793)Fabio Alessandro Locati2016-12-081-4/+4
* Change example syntax on pip moduleSam Doran2016-12-081-14/+41
* Change example syntax on gem moduleSam Doran2016-12-081-3/+11
* Change example syntax on easy_install moduleSam Doran2016-12-081-2/+6
* Need to locate a pip inside a venv when venv is specifiedToshio Kuratomi2016-12-081-22/+36
* On Ubuntu16, virtualenv always tries to use python2 even when python2 is not ...Toshio Kuratomi2016-12-081-1/+9
* Make pip module use pip3 on python 3Michael Scherer2016-12-081-2/+12
* Fix pip freeze workaround with virtualenv (#4951)Toshio Kuratomi2016-12-081-31/+47
* pip list isn't available on pip less than 1.3 so make a fallback (#4947)Toshio Kuratomi2016-12-081-2/+27
* Fix parsing of pip outputToshio Kuratomi2016-12-081-16/+19
* Pip: use 'pip list' when available for package list (#4644)Rob Cutmore2016-12-081-16/+38
* We've decided that pythn 3.5 is the minimum python3 version (#4572)Toshio Kuratomi2016-12-081-1/+1
* gem: add support for --env-shebang (#4377)Guillaume Delpierre2016-12-081-1/+10