This commit is contained in:
2024-05-03 01:17:24 -04:00
parent 8d1cc8e160
commit a9ed6f2cde
2 changed files with 12 additions and 27 deletions

2
Vagrantfile vendored
View File

@@ -44,6 +44,6 @@ Vagrant.configure("2") do |config|
ENV['ANSIBLE_ROLES_PATH'] = File.dirname(__FILE__) + "/roles"
ansible.compatibility_mode = "2.0"
ansible.playbook = "dev/" + PLAYBOOK + ".yml"
ansible.raw_arguments = ["--diff", "-vvv"]
ansible.raw_arguments = ["--diff", "-vvvv"]
end
end