From 31a59995be5a85d786f49b6952f2dbbef21a7a14 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 3 Aug 2014 21:44:38 -0500 Subject: [PATCH] Install current version of Ansible when testing instead of 1.5.0. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f296de..5b4b121 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: install: # Install Ansible. - - pip install ansible==1.5.0 + - pip install ansible # Add ansible.cfg to pick up roles path. - "printf '[defaults]\nroles_path = ../' > ansible.cfg"