Accepting request 601506 from systemsmanagement
- Update to 2.5.1 Minor Changes + Updated example in vcenter_license module. + Updated virtual machine facts with instanceUUID which is unique for each VM irrespective of name and BIOS UUID. + A lot of Bugfixes, please refer to the Changelog installed in /usr/share/doc/packages/ansible/changelogs/CHANGELOG-v2.5.rst OBS-URL: https://build.opensuse.org/request/show/601506 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible?expand=0&rev=36
This commit is contained in:
commit
55272c9956
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:714ede4b0f5455eb2dd2536d8cabb42ab439f52b5ac902308ad027b46f68e6dc
|
||||
size 10073927
|
3
ansible-2.5.1.tar.gz
Normal file
3
ansible-2.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51f0c9411344741fb4f6dd8757e0fb6a52c4dcf53a1bfbbfee413e067e65001a
|
||||
size 10100358
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 15:32:37 UTC 2018 - lars@linux-schulserver.de
|
||||
|
||||
- Update to 2.5.1
|
||||
Minor Changes
|
||||
+ Updated example in vcenter_license module.
|
||||
+ Updated virtual machine facts with instanceUUID which is unique
|
||||
for each VM irrespective of name and BIOS UUID.
|
||||
+ A lot of Bugfixes, please refer to the Changelog installed in
|
||||
/usr/share/doc/packages/ansible/changelogs/CHANGELOG-v2.5.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 27 15:45:03 UTC 2018 - lars@linux-schulserver.de
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Name: ansible
|
||||
Version: 2.5.0
|
||||
Version: 2.5.1
|
||||
Release: 0
|
||||
Summary: Software automation engine
|
||||
License: GPL-3.0-or-later
|
||||
@ -132,7 +132,7 @@ mkdir -p %{buildroot}/%{_datadir}/ansible
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING *.md contrib examples changelogs
|
||||
%doc COPYING *.rst contrib examples changelogs
|
||||
%{_bindir}/ansible
|
||||
%{_bindir}/ansible-config
|
||||
%{_bindir}/ansible-connection
|
||||
|
Loading…
Reference in New Issue
Block a user