From f6d4d7a35e8fd62eb932fc854ff867c0d7106a3c Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 11 Apr 2016 12:17:02 +0100 Subject: [PATCH] Update min_ansible_version to 1.9 This role makes use of the ternary filter which was only introduced in Ansible 1.9, this patch updates the min_ansible_version to 1.9. Change-Id: Ic1b178f7d9275a4a8070f1b2f4ff26d854948209 --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index b7080988..a14b471e 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -18,7 +18,7 @@ galaxy_info: description: Installation and setup of cinder company: Rackspace license: Apache2 - min_ansible_version: 1.6.6 + min_ansible_version: 1.9 platforms: - name: Ubuntu versions: