provisioners/ansible: freeze a constant value
Kudos @sethvargo :) [skip ci]
This commit is contained in:
parent
6dbc74d814
commit
2384032446
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue