- update to 1.9.4
This release addresses several bugs, most notably those related to the yum module (introduced in 1.9.3): + Fixes a bug where yum state=latest would error if there were no updates to install. + Fixes a bug where yum state=latest did not work with wildcard package names. + Fixes a bug in lineinfile relating to escape sequences. + Fixes a bug where vars_prompt was not keeping passwords private by default. + Fix ansible-galaxy and the hipchat callback plugin to check that the host it is contacting matches its TLS Certificate. OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=51
This commit is contained in:
parent
0ec73c0543
commit
a4b427897c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2594f642fd800056a427c1026410dc6ed8dfa7c0033f5c3d187abdb2b0d4eeed
|
||||
size 936633
|
3
ansible-1.9.4.tar.gz
Normal file
3
ansible-1.9.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:972c2face49f1577bd0ff7989440bfe2820e66fb10d7579915cc536bccfa6fe3
|
||||
size 937120
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 10 12:10:59 UTC 2015 - lars@linux-schulserver.de
|
||||
|
||||
- update to 1.9.4
|
||||
This release addresses several bugs, most notably those related to
|
||||
the yum module (introduced in 1.9.3):
|
||||
+ Fixes a bug where yum state=latest would error if there were no
|
||||
updates to install.
|
||||
+ Fixes a bug where yum state=latest did not work with wildcard
|
||||
package names.
|
||||
+ Fixes a bug in lineinfile relating to escape sequences.
|
||||
+ Fixes a bug where vars_prompt was not keeping passwords private
|
||||
by default.
|
||||
+ Fix ansible-galaxy and the hipchat callback plugin to check that
|
||||
the host it is contacting matches its TLS Certificate.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 11 16:10:12 UTC 2015 - robin.roth@kit.edu
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: ansible
|
||||
Version: 1.9.3
|
||||
Version: 1.9.4
|
||||
Release: 0
|
||||
Summary: Radically simple IT automation
|
||||
License: GPL-3.0
|
||||
|
Loading…
Reference in New Issue
Block a user