From 38001032287191e2e425f2327047b2209ab3f927 Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Sun, 7 Dec 2014 22:34:19 +0100 Subject: [PATCH] provisioners/ansible: improve comment wording Get rid of the Joker, thanks to @maspwr :) --- plugins/provisioners/ansible/provisioner.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/provisioners/ansible/provisioner.rb b/plugins/provisioners/ansible/provisioner.rb index e403b561f..49015997b 100644 --- a/plugins/provisioners/ansible/provisioner.rb +++ b/plugins/provisioners/ansible/provisioner.rb @@ -43,8 +43,8 @@ module VagrantPlugins options << "--skip-tags=#{as_list_argument(config.skip_tags)}" if config.skip_tags options << "--start-at-task=#{config.start_at_task}" if config.start_at_task - # Finally, add the configuration joker, which has the highest precedence and - # can therefore potentially override any other options of this provisioner. + # Finally, add the raw configuration options, which has the highest precedence + # and can therefore potentially override any other options of this provisioner. options.concat(self.as_array(config.raw_arguments)) if config.raw_arguments #