From 5e57a917ba271b8964a27836269e1c9d3643ed55 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 5 Feb 2017 09:31:29 +0200 Subject: [PATCH] - Corrected typo. --- tests/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playbook.yml b/tests/playbook.yml index 327b16f..541cf58 100644 --- a/tests/playbook.yml +++ b/tests/playbook.yml @@ -8,7 +8,7 @@ users_use_sudo: True users_lock_root_ssh: False -- hosts: [pytho27-xenial, python27-wheezy, python27-precise] +- hosts: [python27-xenial, python27-wheezy, python27-precise] gather_facts: false roles: - debian-bootstrap -- GitLab