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/15949/head
parent
1968bc5952
commit
2f302e26f4
Loading…
Reference in New Issue