provisioners/ansible: freeze a constant value

Kudos @sethvargo :)

[skip ci]
This commit is contained in:
Gilles Cornu 2015-11-20 00:21:41 +01:00
parent 6dbc74d814
commit 2384032446
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module VagrantPlugins
module Config
class Base < Vagrant.plugin("2", :config)
GALAXY_COMMAND_DEFAULT = "ansible-galaxy install --role-file=%{role_file} --roles-path=%{roles_path} --force"
GALAXY_COMMAND_DEFAULT = "ansible-galaxy install --role-file=%{role_file} --roles-path=%{roles_path} --force".freeze
attr_accessor :extra_vars
attr_accessor :galaxy_role_file