Accepting request 640531 from home:seanlew:branches:systemsmanagement
Updated ansible to 2.7.0 OBS-URL: https://build.opensuse.org/request/show/640531 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=122
This commit is contained in:
parent
55cb2a31e2
commit
8d7ed66e09
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e06b795372fd7a6d0b46b8f105497fb637fbd323f5aec1d8e51fd60cd98047e1
|
|
||||||
size 10751810
|
|
3
ansible-2.7.0.tar.gz
Normal file
3
ansible-2.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a1ab8e0f13e79a20661ad6546f45a142afeaeb664deb2c290e32362d8ae5b618
|
||||||
|
size 11773769
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 08 06:09:05 UTC 2018 - sean@suspend.net
|
||||||
|
|
||||||
|
- update to 2.7.0
|
||||||
|
Major changes:
|
||||||
|
* Allow config to enable native jinja types
|
||||||
|
* Remove support for simplejson
|
||||||
|
* yum and dnf modules now at feature parity
|
||||||
|
|
||||||
|
Minor changes:
|
||||||
|
* Changed the prefix of all Vultr modules from vr to vultr
|
||||||
|
* Enable installroot tests for yum4(dnf) integration testing, dnf backend now supports that
|
||||||
|
* Fixed timer in exponential backoff algorithm in vmware.py
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
* Security Fix - avoid loading host/group vars from cwd when not specifying a playbook or playbook base dir
|
||||||
|
* Security Fix - avoid using ansible.cfg in a world writable dir
|
||||||
|
* Some connection exception would cause no_log specified on a task to be ignored (stdout info disclosure)
|
||||||
|
* Fix glob path of rc.d (SUSE-specific)
|
||||||
|
* Fix lambda_policy updates
|
||||||
|
* Fix alt linux detection/matching
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 11 09:29:01 UTC 2018 - lars@linux-schulserver.de
|
Tue Sep 11 09:29:01 UTC 2018 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -36,7 +36,7 @@
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
Name: ansible
|
Name: ansible
|
||||||
Version: 2.6.4
|
Version: 2.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Software automation engine
|
Summary: Software automation engine
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user