From 015bb88f4df0d3df357b8dd1731c5dfb7037b48a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 25 May 2018 12:15:58 -0500 Subject: [PATCH] Issue #63: Attempt to pass var not as JSON. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f94b77..572107e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,7 @@ script: - "ansible-playbook main.yml --syntax-check" # Test the playbook. - - > - travis_wait 30 ansible-playbook --extra-vars '{"configure_sudoers":"false"}' main.yml + - "travis_wait 30 ansible-playbook --extra-vars 'configure_sudoers=False' main.yml" # Test the playbook's idempotence. - idempotence=$(mktemp)