From b9f27f2587cc1249301b8e2aea9bddaa5b494dad Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 29 May 2018 12:02:09 -0500 Subject: [PATCH] Another attempt to fix extra vars for Travis CI #9663. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4091827..4685245 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)