testing
This commit is contained in:
parent
9b5be29a1a
commit
a97eb30314
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -16,7 +16,7 @@ SSH_FORWARD = settings['SSH_FORWARD'] || false
|
|||||||
|
|
||||||
# Default to shell environment variable: PLAYBOOK (priority #1)
|
# Default to shell environment variable: PLAYBOOK (priority #1)
|
||||||
PLAYBOOK=ENV["PLAYBOOK"]
|
PLAYBOOK=ENV["PLAYBOOK"]
|
||||||
if !PLAYBOOK
|
if !PLAYBOOK || PLAYBOOK.empty?
|
||||||
# PLAYBOOK setting in .vagrant.yml (priority #2)
|
# PLAYBOOK setting in .vagrant.yml (priority #2)
|
||||||
PLAYBOOK = settings['PLAYBOOK'] || false
|
PLAYBOOK = settings['PLAYBOOK'] || false
|
||||||
if !PLAYBOOK || PLAYBOOK.empty?
|
if !PLAYBOOK || PLAYBOOK.empty?
|
||||||
|
Loading…
Reference in New Issue
Block a user