mirror of https://github.com/ansible/ansible.git
Make sure setting facts with run_once makes copies of the data
When using run_once, there is only one dict of facts so passing that to the VariableManager results in the fact cache containing the same dictionary reference for all hosts in inventory. This patch fixes that by making sure we pass a copy of the facts dict to VariableManager. Fixes #14279pull/15851/head
parent
2cc50c6dc6
commit
d2bade6daf
Loading…
Reference in New Issue