Matt Martz
9b2baebe64
Don't use copy.deepcopy in high workload areas, use naive_deepcopy ( #44337 )
...
* Don't use copy.deepcopy in high workload areas, use deepishcopy. ci_complete
* Add tests
* Add changelog fragment
* rename to naive_deepcopy and add extra docs
* Rename to module_response_deepcopy and move to vars/clean
2018-08-20 15:08:29 -05:00
Brian Coca
006f08da99
Fix fact cleaning ( #42595 )
...
* fix fact cleanup
fixes #41684
2018-07-12 16:12:42 -04:00
Toshio Kuratomi
31878ee0ea
Fix ansible_lo being used inside of ansible_facts
...
The logic was keeping ansible_facts['ansible_lo'] instead of fixing it
to be ansible_facts['lo']
2018-03-13 12:05:14 -04:00
Pilou
b3ce136256
vars.clean: remove unused method inject_facts ( #34838 )
...
* vars.clean: remove unused method inject_facts
Removing this unused method seems better than fixing the typo.
* Fix typo in comments
2018-02-15 07:43:44 -08:00
Brian Coca
db749de5b8
namespace facts
...
updated action plugins to use new guranteed facts
updated tests to new data clean
added cases for ansible_local and some docstrings
2017-11-09 09:48:14 -05:00