From 2c6761e524d48a114fe12604cc0dcec6e175485c Mon Sep 17 00:00:00 2001 From: micafer Date: Fri, 11 Sep 2015 09:11:27 +0200 Subject: [PATCH] Change Ansible version to 1.9.2 --- changelog | 2 ++ contextualization/conf-ansible.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 4fb70e152..47dde98c5 100644 --- a/changelog +++ b/changelog @@ -138,4 +138,6 @@ IM 1.3.2 * Add instance_id and instance_name fields * Bugfix in RADL parser * Bugfix in ConfManager formatting volumes + * Change Ansible version to 1.9.2 + * Improve documentation diff --git a/contextualization/conf-ansible.yml b/contextualization/conf-ansible.yml index a1962a967..809725f42 100644 --- a/contextualization/conf-ansible.yml +++ b/contextualization/conf-ansible.yml @@ -2,7 +2,7 @@ - hosts: all sudo: yes vars: - ANSIBLE_VERSION: 1.8.4 + ANSIBLE_VERSION: 1.9.2 tasks: - name: Install libselinux-python in RH action: yum pkg=libselinux-python state=installed