ansible/test
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
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration Add set_fact_persistent action and module. (#26153) 2017-08-02 15:57:58 -04:00
results Create bot friendly sanity output. (#22381) 2017-03-07 14:59:50 -08:00
runner Add some features to the pylint sanity check 2017-07-29 14:13:30 -07:00
sanity Fixing broken imports and get_exception for ipa 2017-08-02 09:53:02 -07:00
units add a 'min' type for gather_subset to collect nothing (#27085) 2017-08-02 11:04:01 -04:00
utils Optimize running of CI cloud integration tests. 2017-07-14 22:28:14 -07:00