Remain a monolithic project for now

This commit is contained in:
2021-05-12 17:31:49 -04:00
parent 96e7a0f8d2
commit 32455e8016
2 changed files with 0 additions and 5 deletions

1
Vagrantfile vendored
View File

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