Remain a monolithic project for now
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -42,7 +42,6 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.provision "ansible" do |ansible|
|
||||
ENV['ANSIBLE_ROLES_PATH'] = File.dirname(__FILE__) + "/roles"
|
||||
ansible.compatibility_mode = "2.0"
|
||||
ansible.galaxy_role_file = ENV['ANSIBLE_ROLES_PATH'] + "/requirements.yml"
|
||||
ansible.playbook = "dev/" + PLAYBOOK + ".yml"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user