community.general/lib/ansible/modules/utilities/logic
Dag Wieers b64e666643
Add elapsed return value to select modules (#37969)
* Add elapsed return value to select modules

It can be quite useful to know exactly how much time has elapsed
downloading/waiting. This improves existing modules or updates
documentation.

* Ensure elapsed is always returned

* Added changelog fragment
2018-08-31 22:20:56 +02:00
..
__init__.py added missing init.py for utilities modules 2016-12-08 11:22:25 -05:00
assert.py Improve code style 2018-06-21 13:59:50 -04:00
async_status.py Use https for links to ansible.com domains. 2018-04-23 11:33:56 -07:00
async_wrapper.py Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
debug.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
fail.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
import_playbook.py Unifying wording and formatting of all include and import modules (#31938) 2017-11-22 14:05:29 -08:00
import_role.py [doc] import_role: mention version from which behavior changed and fix some typos (#43843) 2018-08-09 09:00:59 -05:00
import_tasks.py Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
include.py Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00
include_role.py Add feature to expose vars/defaults with include/import_role (#41330) 2018-07-15 09:59:30 -05:00
include_tasks.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 2018-05-31 12:08:38 -05:00
include_vars.py Fix typo in ignore_unknown_extensions doc 2018-07-26 09:28:33 -04:00
pause.py Update pause.py (#42297) 2018-07-04 16:48:55 +05:30
set_fact.py Modules to link relatively to docs (#39081) 2018-04-20 17:35:50 +01:00
set_stats.py Update set_stats.py 2018-05-02 11:10:52 -04:00
wait_for.py Add elapsed return value to select modules (#37969) 2018-08-31 22:20:56 +02:00
wait_for_connection.py Add elapsed return value to select modules (#37969) 2018-08-31 22:20:56 +02:00