provisioners/ansible: improve comment wording

Get rid of the Joker, thanks to @maspwr :)
This commit is contained in:
Gilles Cornu 2014-12-07 22:34:19 +01:00
parent f96636587a
commit 3800103228
1 changed files with 2 additions and 2 deletions

View File

@ -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
#