puppetmaster.o.o : update to ansible 2.2.1-rc3

Update to the ansible 2.2.1-rc3 to avoid potential of issues relating
to CVE-2016-9587

Depends-On: Ia6b50e6889a08edefb4e17957ba37d86f8db7cdb
Change-Id: Iba0962d2fe8241f882833f4ecbadfad88aa753e3
This commit is contained in:
Ian Wienand 2017-01-11 13:57:27 +11:00
parent b50394af67
commit 3f1ecc9e4b

View File

@ -18,6 +18,8 @@ class openstack_project::puppetmaster (
class { '::ansible':
ansible_hostfile => '/etc/ansible/hosts',
retry_files_enabled => 'False',
ansible_version => 'v2.2.1.0-0.3.rc3',
ansible_source => 'git+git://github.com/ansible/ansible.git',
}
file { '/etc/ansible/hostfile':