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/changelogs/fragments/v2.5.0b2_catchup.yaml

12 lines
517 B
YAML

bugfixes:
- |
fix templating issues in loop_control (https://github.com/ansible/ansible/pull/36124)
- |
ansible-config - fix traceback when no config file is present (https://github.com/ansible/ansible/issues/35965)
- |
misc fixes to Linux virtualization facts (https://github.com/ansible/ansible/issues/36038)
- |
fix failure when remote_tmp is a subdir of a system tempdir (https://github.com/ansible/ansible/pull/36143)
- |
ios_ping - allow for count > 70 (https://github.com/ansible/ansible/pull/36142)