summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging/os/urpmi.py
Commit message (Collapse)AuthorAgeFilesLines
* urpmi module improvements (#37596)Philippe Makowski2018-04-101-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | * fix urpmi.update path #37432 * improve urpmi * use get_bin_path rather than hard coding the path * fix pep8 issue * avoid using global * - `RPM_PATH`, `URPMIUPDATE_PATH`, `URPME_PATH`) aren't constants, they should be lowercase rather than uppercase - shorten too long lines - remove unused import * revert removed imports * use lowercase rather than uppercase * update doc * update doc * update doc after sanity check
* Clean up non-standard module shebangs.Matt Clay2018-03-211-1/+1
|
* Module DOCUMENTATION should match argspec (#34895)John R Barker2018-01-161-0/+1
| | | | | | | | | | | | | | | | * Module DOCUMENTATION should match argspec Large update of many modules so that DOCUMENTATION option name and aliases match those defined in the argspec. Issues identified by https://github.com/ansible/ansible/pull/34809 In addition to many typos and missing aliases, the following notable changes were made: * Create `module_docs_fragments/url.py` for `url_argument_spec` * `dellos*_command` shouldn't have ever had `waitfor` (was incorrectly copied) * `ce_aaa_server_host.py` `s/raduis_server_type/radius_server_type/g` * `Junos_lldp` enable should be part of `state`.
* urpmi: PEP8 compliancy and documentation changes (#33560)Dag Wieers2017-12-051-46/+42
| | | | | This PR includes: - PEP8 compliancy changes - Documentation changes
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
|
* Support install root in URPMI module. Fixes #23475Dmitry Telegin2017-08-031-14/+29
|
* WIP: Replace boilerplate (#27554)Robin Roth2017-08-011-12/+4
| | | | | | * Replace boilerplate * Enable test on packaging/os
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
| | | | | | | | | | | | | | | | Changes to the metadata format were approved here: https://github.com/ansible/proposals/issues/54 * Update documentation to the new metadata format * Changes to metadata-tool to account for new metadata * Add GPL license header * Add upgrade subcommand to upgrade metadata version * Change default metadata to the new format * Fix exclusion of non-modules from the metadata report * Fix ansible-doc for new module metadata * Exclude metadata version from ansible-doc output * Fix website docs generation for the new metadata * Update metadata schema in valiate-modules test * Update the metadata in all modules to the new version
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-6/+6
| | | | | | | | * PEP 8 E121 cleanup. * PEP 8 E126 cleanup. * PEP 8 E122 cleanup.
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-4/+4
|
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-5/+5
| | | | | | * PEP 8 E271 whitespace cleanup. * PEP 8 W293 whitespace cleanup. * Fix whitespace issue from recent PR.
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
|
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-081-0/+217