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
..
2017-07-13 15:31:10 -07:00
2017-07-28 17:35:20 -04:00
2017-07-29 00:36:04 +05:30
2017-08-01 11:45:45 -06:00
2017-08-01 11:44:26 -06:00
2017-08-01 11:45:45 -06:00
2017-06-02 12:14:11 +01:00
2017-06-02 12:14:11 +01:00
2017-08-01 11:45:45 -06:00
2017-07-17 11:48:05 -07:00
2016-09-20 10:52:21 -05:00
2017-05-19 08:42:36 +01:00
2017-05-19 08:42:55 +01:00
2017-08-01 11:45:45 -06:00
2017-07-28 21:00:51 -07:00
2017-03-23 13:35:05 -07:00
2017-03-30 15:26:32 +02:00
2017-08-01 11:45:45 -06:00
2017-03-27 19:32:57 +01:00
2017-08-01 11:45:45 -06:00
2017-03-27 19:32:57 +01:00
2017-08-01 11:45:45 -06:00
2017-02-13 20:22:10 -05:00
2017-08-01 11:45:45 -06:00
2017-07-28 09:53:50 -04:00
2017-08-01 11:19:08 -06:00
2017-07-27 11:37:34 -04:00
2017-06-28 15:25:45 -04:00
2017-02-13 15:22:14 +00:00
2017-08-01 11:45:45 -06:00
2017-07-19 14:51:35 -07:00
2017-08-01 11:45:45 -06:00
2017-06-06 13:56:25 +05:30
2017-08-01 11:45:45 -06:00
2017-06-02 17:01:08 +02:00
2017-08-01 11:45:45 -06:00
2017-06-02 22:03:27 +05:30
2017-02-15 12:46:30 -05:00
2017-06-16 22:12:50 +05:30
2017-07-05 11:15:19 +05:30
2017-07-06 21:02:25 +02:00
2017-07-06 11:12:05 +02:00
2017-07-13 16:38:15 +02:00
2017-07-13 12:02:45 +02:00
2017-07-03 15:31:59 +05:30
2017-06-26 11:23:33 +02:00
2017-06-02 14:06:38 +02:00
2017-06-06 20:05:08 +05:30
2017-06-06 11:45:02 +02:00
2017-06-09 13:33:11 +02:00
2017-05-11 18:43:44 +05:30
2017-06-02 12:14:11 +01:00
2017-07-19 14:00:05 -04:00
2017-08-01 11:45:45 -06:00
2017-06-02 12:14:11 +01:00
2017-07-24 16:35:24 -04:00
2017-07-17 11:48:05 -07:00
2017-07-06 19:21:42 -07:00
2017-05-30 14:56:31 -07:00
2017-07-07 09:40:02 -07:00
2017-07-24 16:35:24 -04:00
2017-08-02 15:57:58 -04:00
2017-07-17 11:48:05 -07:00
2017-06-02 12:14:11 +01:00
2017-08-01 11:45:45 -06:00
2017-07-17 11:48:05 -07:00
2017-07-17 11:48:05 -07:00
2017-07-19 11:13:17 -04:00
2017-02-25 21:14:40 -05:00
2017-08-01 11:45:45 -06:00
2017-03-01 11:00:49 -08:00
2017-01-16 14:28:18 -08:00
2017-03-23 19:47:10 -07:00