mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
Rename tools/vagrant to tools/dev_setup
Because these playbooks (should) work without Vagrant!
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -34,8 +34,8 @@ Vagrant.configure('2') do |config|
|
||||
'vagrant' => true,
|
||||
'vagrant_host_user' => ENV['USER'],
|
||||
}
|
||||
ansible.inventory_path = 'tools/vagrant/inventory'
|
||||
ansible.playbook = 'tools/vagrant/playbook.yml'
|
||||
ansible.inventory_path = 'tools/dev_setup/inventory'
|
||||
ansible.playbook = 'tools/dev_setup/playbook.yml'
|
||||
ansible.verbose = 'v'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user