Accepting request 634926 from systemsmanagement
- update to 2.6.4 Minor Changes: * add azure_rm_storageaccount support to StorageV2 kind. * import_tasks - Do not allow import_tasks to transition to dynamic if the file is missing Bugfixes: * Add md5sum check in nxos_file_copy module * Allow arbitrary log_driver for docker_container * Fix Python2.6 regex bug terminal plugin nxos, iosxr * Fix check_mode in nxos_static_route module * Fix glob path of rc.d Some distribtuions like SUSE has the rc%.d directories under /etc/init.d * Fix network config diff issue for lines * Fixed an issue where ansible_facts.pkg_mgr would incorrectly set to zypper on Debian/Ubuntu systems that happened to have the command installed * The docker_* modules respect the DOCKER_* environment variables again * The fix for CVE-2018-10875 prints out a warning message about skipping a config file from a world writable current working directory. However, if the user is in a world writable current working directory which does not contain a config file, it should not print a warning message. This release fixes that extaneous warning. * To resolve nios_network issue where vendor-encapsulated-options can not have a use_option flag. * To resolve the issue of handling exception for Nios lookup gracefully. * always correctly template no log for tasks * ansible-galaxy - properly list all roles in roles_path * basic.py - catch ValueError in case a FIPS enabled platform raises this exception * docker_container: fixing working_dir idempotency problem OBS-URL: https://build.opensuse.org/request/show/634926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible?expand=0&rev=40
This commit is contained in:
commit
2a55316df4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1027f627e6d8a2d51f3a79abb01447716a78aa646e0c2f9860cfde273256a28c
|
||||
size 10748570
|
3
ansible-2.6.4.tar.gz
Normal file
3
ansible-2.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e06b795372fd7a6d0b46b8f105497fb637fbd323f5aec1d8e51fd60cd98047e1
|
||||
size 10751810
|
@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 11 09:29:01 UTC 2018 - lars@linux-schulserver.de
|
||||
|
||||
- update to 2.6.4
|
||||
Minor Changes:
|
||||
* add azure_rm_storageaccount support to StorageV2 kind.
|
||||
* import_tasks - Do not allow import_tasks to transition to dynamic
|
||||
if the file is missing
|
||||
Bugfixes:
|
||||
* Add md5sum check in nxos_file_copy module
|
||||
* Allow arbitrary log_driver for docker_container
|
||||
* Fix Python2.6 regex bug terminal plugin nxos, iosxr
|
||||
* Fix check_mode in nxos_static_route module
|
||||
* Fix glob path of rc.d Some distribtuions like SUSE has the rc%.d
|
||||
directories under /etc/init.d
|
||||
* Fix network config diff issue for lines
|
||||
* Fixed an issue where ansible_facts.pkg_mgr would incorrectly set
|
||||
to zypper on Debian/Ubuntu systems that happened to have the
|
||||
command installed
|
||||
* The docker_* modules respect the DOCKER_* environment variables again
|
||||
* The fix for CVE-2018-10875 prints out a warning message about
|
||||
skipping a config file from a world writable current working directory.
|
||||
However, if the user is in a world writable current working directory
|
||||
which does not contain a config file, it should not print a warning
|
||||
message. This release fixes that extaneous warning.
|
||||
* To resolve nios_network issue where vendor-encapsulated-options
|
||||
can not have a use_option flag.
|
||||
* To resolve the issue of handling exception for Nios lookup gracefully.
|
||||
* always correctly template no log for tasks
|
||||
* ansible-galaxy - properly list all roles in roles_path
|
||||
* basic.py - catch ValueError in case a FIPS enabled platform
|
||||
raises this exception
|
||||
* docker_container: fixing working_dir idempotency problem
|
||||
* docker_container: makes unit parsing for memory sizes more consistent,
|
||||
and fixes idempotency problem when kernel_memory is set
|
||||
* fix example code for AWS lightsail documentation
|
||||
* fix the enable_snat parameter that is only supposed to be used by
|
||||
an user with the right policies.
|
||||
* fixes docker_container check and debug mode
|
||||
* improves docker_container idempotency
|
||||
* ios_l2_interface - fix bug when list of vlans ends with comma
|
||||
* ios_l2_interface - fix issue with certain interface types
|
||||
* ios_user - fix unable to delete user admin issue
|
||||
* ios_vlan - fix unable to work on certain interface types issue
|
||||
* nxos_facts test lldp feature and fix nxapi check_rc
|
||||
* nxos_interface port-channel idempotence fix for mode
|
||||
* nxos_linkagg mode fix
|
||||
* nxos_system idempotence fix
|
||||
* nxos_vlan refactor to support non structured output
|
||||
* one_host - fixes settings via environment variables
|
||||
* use retry_json nxos_banner
|
||||
* user - Strip trailing comments in /etc/default/passwd
|
||||
* user - when creating a new user without an expiration date,
|
||||
properly set no expiration rather that expirining the account
|
||||
* win_domain_computer - fixed deletion of computer active directory
|
||||
object that have dependent objects
|
||||
* win_domain_computer - fixed error in diff_support
|
||||
* win_domain_computer - fixed error when description parameter is empty
|
||||
* win_psexec - changed code to not escape the command option when building the args
|
||||
* win_uri -- Fix support for JSON output when charset is set
|
||||
* win_wait_for - fix issue where timeout doesn't wait unless state=drained
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 27 19:35:38 UTC 2018 - matthias.eliasson@gmail.com
|
||||
|
||||
|
@ -36,12 +36,12 @@
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Name: ansible
|
||||
Version: 2.6.3
|
||||
Version: 2.6.4
|
||||
Release: 0
|
||||
Summary: Software automation engine
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
URL: http://ansible.com/
|
||||
Url: http://ansible.com/
|
||||
Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz
|
||||
Source99: ansible-rpmlintrc
|
||||
# SuSE/openSuSE
|
||||
|
Loading…
Reference in New Issue
Block a user