summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed misleading setup example (#79495)zitatorocsik2022-12-081-1/+1
|
* Module/plugin docs: (#78380)Felix Fontein2022-08-041-3/+3
|
* Update list for gather_subset (#78133)Sandra McCann2022-06-231-3/+13
|
* setup: remove 'any' as seemingly valid option (#77532)Brian Coca2022-04-141-3/+3
| | | fixes #59783
* Remove shebangs from core Python modules. (#76664)Matt Clay2022-01-061-1/+0
| | | | | * Remove module shebangs. * Relax shebang check in validate-modules. * Add changelog fragment.
* attribs last PR for now ... i hope (#75778)Brian Coca2021-09-241-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * attribs last PR for now ... i hope * thatsallfolks! * fixes * Update lib/ansible/modules/template.py Co-authored-by: Matt Martz <matt@sivel.net> * Update lib/ansible/modules/validate_argument_spec.py Co-authored-by: Matt Martz <matt@sivel.net> * moar fixes * asldf * missing import * iswearihadaddedthese Co-authored-by: Matt Martz <matt@sivel.net>
* setup: Add note and example of delegated facts (#74479)Abhijeet Kasurde2021-04-281-0/+11
| | | | | | | | * Added a note about 'delegated_facts' * Added an example of 'delegated_facts' Fixes: #67067 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fix setup subset (#74022)Brian Coca2021-03-261-10/+13
| | | | | | * fix error msg on bad subset * added test * handle more raised but not handled fact exceptions
* Documentation: fix modules doc formatting (#72788)Andrew Klychkov2020-12-031-17/+14
| | | | | | * Update lib/ansible/modules/apt_key.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
* Reduce ignored module sanity tests (#70319)Amin Vakil2020-09-221-1/+5
| | | | | | | | | | | | | | | | | | | * Reorder test/sanity/ignore.txt to better see changes * Remove extra empty line causing pass fail * Apply suggestions made by Akasurde * Minor fix in package_facts and remove two unnecessary ignores * Fix subversion based on a suggestion made by felixfontein * Apply suggestions made by felixfontein and Andersson007 * Fix subversion.py as suggested by felixfontein * Minor reformatting in yum_repository description * Reformat changelog * Add key to apt_key, add deprecated changelog * Add PR url to changelog * Ignore paramater-type-not-in-doc in favour of adding key back to apt_key * Fix apt_key * Remove undocumented-paramater from apt_key ignore * Ignore doc-choices-do-not-match-spec in package_facts * Fix package_facts * Fix filter option in setup module
* setup - update docs for win setup fact_path (#71791)Jordan Borean2020-09-171-6/+5
|
* Allow list of filters for the setup module (#68551)Jérôme Loyet2020-09-091-3/+17
| | | | | | | The setup module can now filter out multiple pattern by providing a list to the filter parameter instead of just a string. Single string sill works. Previous behaviour remains. (cherry picked from commit b5c36dac483fdd74d6c570d77cc8f3e396720366)
* add FQCN to M() references (#70530)Baptiste Mille-Mathias2020-08-111-1/+1
| | | | Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* starting metadata sunset (#69454)Brian Coca2020-06-041-5/+0
| | | | | | | | | | | | | * starting metadata sunset - purged metadata from any requirements - fix indent in generic handler for yaml content (whey metadata display was off) - make more resilient against bad formed docs - removed all metadata from docs template - remove metadata from schemas - removed mdata tests and from unrelated tests Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Rick Elrod <rick@elrod.me>
* Flatten the directory hierarchy of modules (#68966)Matt Martz2020-05-131-0/+188
* Flatten the directory hierarchy of modules * Update ignore.txt, flatten units * Update imports * Completely flatten the modules directory * Update sanity ignore * Fix some sanity test ignores * Fix relative import * Fix docs builds without category * ci_complete * Clean up docs. ci_complete * Adjust needs/file alias * ci_complete * fix hardcoded ping module paths Co-authored-by: Matt Davis <mrd@redhat.com>