ansible/changelogs/fragments/fix_role_var_loading.yml
Brian Coca 2f51105936
only add data when there is data to add (#54559) (#73566)
Only add data when there is data to add

  also avoid clobbering existing data with empty file
  fixes #45843

* remove redundant code, update comments
* fix mock dataloader, original does not return None
* added test

(cherry picked from commit ec8a556538)
2021-03-08 04:07:44 -06:00

2 lines
82 B
YAML

bugfixes:
- ensure we don't clobber role vars data when getting an empty file