community.general/lib/ansible
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')
2017-11-01 11:42:17 -04:00
..
cli Playbook dir option (#32275) 2017-10-31 15:41:30 -04:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config Network command module for Brocade IronWare routers (#31429) 2017-10-17 13:54:32 +01:00
errors more info on yaml errors 2017-10-30 12:39:30 -04:00
executor windows: add #AnsibleRequires for Windows modules (#31683) 2017-10-23 14:21:30 -07:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory Inventory and varmanager updates (#32054) 2017-10-30 14:55:13 -04:00
module_utils add user agent for cloud shell (#32332) 2017-10-31 17:43:48 -07:00
modules Improve efs_facts (#31817) 2017-11-01 10:05:14 -04:00
parsing more info on yaml errors 2017-10-30 12:39:30 -04:00
playbook Fix static determination for include_tasks 2017-10-11 17:30:45 -07:00
plugins fix precedence issue with facts and vars (#32302) 2017-11-01 11:42:17 -04:00
template added debug info when skipping undef 2017-10-27 12:16:16 -04:00
utils Network docs should link to network integration pages (#31795) 2017-10-24 08:17:03 +01:00
vars ensure we always have a basedir 2017-10-30 12:28:09 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Fix backwards compatibility of constants.get_config 2017-10-03 09:19:04 -04:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00