summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/utilities
Commit message (Expand)AuthorAgeFilesLines
* core promotionsMatt Martz2020-03-091-1/+1
* pause - add missing interpreter line (#67134)iridian2020-02-181-0/+1
* Nuke all removed_module stubs (#67139)Matt Martz2020-02-051-20/+0
* Fix indent on example of set_fact module (#66554)hiyokotaisa2020-01-171-3/+3
* Misc typo fixes (#66120)Abhijeet Kasurde2020-01-041-1/+1
* Fix text in import_role module description (#65066)Nelson Lago2019-11-191-1/+1
* Fixes error in regex example (#65047)Björn2019-11-191-1/+1
* Improve formatting of include_vars doc page (#63482)Michael Shen2019-11-051-5/+11
* wait_for - remove an obsolete fallback for Python 2.6 (#63988)Mads Jensen2019-11-041-23/+2
* Replaces deprecated usage of functions in ansible.module_utils.basic (#63990)Mads Jensen2019-10-311-2/+4
* Remove unnecessary information (#61657)Wojciech Sciesinski2019-09-031-2/+0
* Support relative imports in AnsiballZ. (#61196)Matt Clay2019-08-271-2/+5
* Updated Notes section of the meta (#57921)Sayed Anisul Hoque2019-06-171-0/+1
* Update include_role description (#56001)Alicia Cozine2019-05-061-5/+6
* correct example since per_host default is false (#54725)Alan Rominger2019-04-021-0/+1
* fixed docbuild errors (#54061)Sandra McCann2019-03-201-1/+0
* remove some instances of `state: installed` (#53537)Sebastian Meyer2019-03-111-1/+1
* Allocate an explicit stdin in async_wrapper (#53410)Matt Martz2019-03-071-1/+2
* utilities: Clean up parameter types and add seealso (#53063)Dag Wieers2019-03-0718-268/+409
* adding quiet option to assert (ansible#27124) (#52032)rwagnergit2019-02-281-5/+18
* include_vars: elaborate description of dir option (#52022)Abhijeet Kasurde2019-02-111-1/+2
* Promote include_tasks/role and import_tasks/role to stableinterface (#51975)Matt Martz2019-02-114-4/+4
* start getting modules to use shared import error code (#51787)Jordan Borean2019-02-061-3/+5
* Update documentation for ignore_unknown_extensions (#50383)Abhijeet Kasurde2019-01-221-0/+6
* Clarify clear facts (#50667)Brian Coca2019-01-152-0/+4
* Close all open filehandle (#50544)Abhijeet Kasurde2019-01-111-2/+2
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-5/+5
* added handlers_from (#49220)Brian Coca2018-12-182-0/+10
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-162-4/+4
* Add seealso section to Windows and related modules (#49845)Dag Wieers2018-12-152-3/+10
* Remove sleep and switch to pipe for IPC (#28561)Darragh Bailey2018-12-111-1/+32
* Clarify that do until loops are unsupported on include tasks (#49581)Jordan Borean2018-12-062-2/+4
* Update set_fact doc to reflect updated caching options (#46565)James Cote2018-11-301-2/+3
* Updated example in include_role.pyAdilio2018-11-271-1/+1
* updated var docs (#48957)Brian Coca2018-11-261-0/+2
* wait_for: Add note about path and port (#48930)Abhijeet Kasurde2018-11-261-1/+3
* Make wait_for return matched groups defined in search_regex. Closes #… (#47...Björn2018-11-201-3/+34
* Add new meta task end_host (#47194)Martin Krizek2018-11-141-1/+8
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-091-1/+3
* a more in depth doc on cacheable option (#47878)Brian Coca2018-11-071-2/+4
* refresh_inventory doc typo (#47402)jfpanisset2018-10-221-1/+1
* use to_text instead of str in async_status (#45990)Brian Coca2018-10-121-1/+2
* Fixes #23456 (#35171)bjakubiak2018-10-091-0/+2
* Use specified loopvar in include_role example loopJuan Martinez2018-10-011-1/+1
* async: use async_dir for the async results file directory (#45461)Jordan Borean2018-09-201-2/+3
* Show multi-line messages in debug documentation (#23000)Jon "The Nice Guy" Spriggs2018-09-121-0/+6
* moving from with_ff to just ff (#44847)Brian Coca2018-09-121-5/+6
* Added a note regarding the delegate_facts option. (#25257)Evert2018-09-121-2/+4
* 2.8 Core Deprecation Removal (#45232)Matt Martz2018-09-102-10/+0
* Add elapsed return value to select modules (#37969)Dag Wieers2018-08-312-7/+15