You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
compile Docs how to test (2nd) (#24094) 7 years ago
integration Add set_fact_persistent action and module. (#26153) 7 years ago
results Create bot friendly sanity output. (#22381) 7 years ago
runner Add some features to the pylint sanity check 7 years ago
sanity Fixing broken imports and get_exception for ipa 7 years ago
units add a 'min' type for gather_subset to collect nothing (#27085) 7 years ago
utils Optimize running of CI cloud integration tests. 7 years ago