1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2025-09-08 21:49:29 +00:00

updates for redmine-install 2.0.2, rvm_io.ruby,et al.

This commit is contained in:
Mark Heiges
2017-12-20 22:03:02 -05:00
parent 0f1782640f
commit bd0a241c6d
21 changed files with 217 additions and 954 deletions

2
Vagrantfile vendored
View File

@@ -23,6 +23,8 @@ Vagrant.configure(2) do |config|
config.vm.provision 'deploy', type: 'ansible' do |ansible|
ansible.playbook = 'playbook.yml'
ansible.galaxy_role_file = 'requirements.yml'
ansible.galaxy_roles_path = 'roles'
end
end