mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
7 lines
210 B
Ruby
7 lines
210 B
Ruby
Vagrant.configure(2) do |config|
|
|
config.vm.provision "shell", inline: <<-SHELL
|
|
pkg install -y ncurses python
|
|
pkg install -y py27-ansible
|
|
ln -s /usr/local/bin/python2.7 /usr/bin/python
|
|
SHELL
|
|
end
|