From 0c14491dc6bcd401082b453c2937e677e3b1afd4 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 25 May 2018 12:18:53 -0500 Subject: [PATCH] Issue #63: Try using YAML instead of JSON for the extra-vars. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 572107e..207e0d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +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)