ansible/changelogs/fragments/65114-fixed-replaced-ansible_facts-by-foreman_facts.yaml
JeferCatarina 4c589661c2 Fixed want_facts in the foreman inventory plugin - fixes #65111 (#65114)
* Replaced 'ansible_facts' by 'foreman_facts'

'foreman_facts' is the key that the foreman inventory script used
'ansible_facts' is a special key that is overwritten internally and has never worked in this inventory plugin

* Added changelog
2019-11-26 13:41:28 -05:00

3 lines
202 B
YAML

bugfixes:
- foreman inventory plugin - Populate host variable information using the "foreman_facts" key
rather than the internal "ansible_facts" key. (https://github.com/ansible/ansible/issues/65111)