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/lib/ansible/playbook
Brian Coca ec8a556538
only add data when there is data to add (#54559)
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
4 years ago
..
role only add data when there is data to add (#54559) 4 years ago
__init__.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 4 years ago
attribute.py Move common build code from _build_helpers (#55986) 5 years ago
base.py added 'task timeout' feature (#69284) 5 years ago
block.py Add implicit role_complete block instead of role._eor (#72208) 4 years ago
collectionsearch.py collection routing (#67684) 5 years ago
conditional.py Consolidate filters/tests handling into JinjaPluginIntercept (#71463) 4 years ago
handler.py Fix notifying handlers by using an exact match (#55624) 5 years ago
handler_task_include.py Validate args for includes in handlers too (#57537) 5 years ago
helpers.py only add data when there is data to add (#54559) 4 years ago
included_file.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 4 years ago
loop_control.py allows loop pause for subseconds (#50461) 6 years ago
play.py Make it so callback plugins can act on implicit/explicit meta tasks (#71009) 4 years ago
play_context.py remove redundant remote_user for local setting 4 years ago
playbook_include.py import_playbook - change additional params to deprecation (#72987) 4 years ago
role_include.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 4 years ago
taggable.py Allow tags to be templated from a variable (#49833) 6 years ago
task.py Provide better decryption errors for single vault values (#72362) 4 years ago
task_include.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 4 years ago