You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs
Brian Coca 41685fb516 fix precedence issue with facts and vars (#32302)
avoid making gathered facts high precedence, only set_fact is supposed to be.
vars set via set_fact with cacheable are higher precedence than plain facts.

Previously (after 6fbd0a8bb5) regular facts would end up with a
higher precedence than host or play vars, but they should not be. Facts were getting added to 'non_persistent_facts' (equivalent to 'register' vars) which is higher precedence than facts should be.

added 'cacheable set_facts' to precedence docs

'ansible_facts_cacheable' ->  '_ansible_facts_cacheable' (made 'private')
7 years ago
..
api docs: PEP8 compliance (#24681) 8 years ago
bin more updates to plugin/config generation (#30787) 7 years ago
docsite fix precedence issue with facts and vars (#32302) 7 years ago
man added docs to CLI docstringsadded 8 years ago
templates (minor) fix broken link, awkward phrasing (#32085) 7 years ago