Install provisioning tools in the VM

- Added --diff flag
- Installed virt-manager and ansible
- Removed duplicate software install task
- Removed irrelevant GUI task
This commit is contained in:
2023-07-11 02:28:23 -04:00
parent f68117d9a0
commit d9608d2d1b
4 changed files with 6 additions and 21 deletions

1
Vagrantfile vendored
View File

@@ -46,5 +46,6 @@ Vagrant.configure("2") do |config|
ENV['ANSIBLE_ROLES_PATH'] = File.dirname(__FILE__) + "/roles"
ansible.compatibility_mode = "2.0"
ansible.playbook = "site-vagrant.yml"
ansible.raw_arguments = ["--diff"]
end
end