community.general/lib/ansible/modules/utilities/logic
Adrian Likins 6fbd0a8bb5 Add set_fact_persistent action and module. (#26153)
* Add 'cacheable' param to  set_fact action and module.

Used just like set_fact, except facts set with cacheable: true
will be stored in the fact cache if fact caching is enabled.

set_fact normally only sets facts in the non_persistent_fact_cache, so they
are lost between invocations.

* update set_facts docs

* use 'ansible_facts_cacheable' in module/actions result

* pop fact cacheable related items out of args/results

We dont want to use 'ansible_facts_cacheable' result item
or 'cacheable' arg as actual facts, so pop them out of the
dicts.
2017-08-02 15:57:58 -04:00
..
__init__.py added missing init.py for utilities modules 2016-12-08 11:22:25 -05:00
assert.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
async_status.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
async_wrapper.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
debug.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
fail.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
include.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
include_role.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
include_vars.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
pause.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
set_fact.py Add set_fact_persistent action and module. (#26153) 2017-08-02 15:57:58 -04:00
set_stats.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
wait_for.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
wait_for_connection.py Remove wildcard imports 2017-07-28 22:10:17 -07:00