mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
5 lines
131 B
Ruby
5 lines
131 B
Ruby
Vagrant.configure(2) do |config|
|
|
config.vm.provision "shell", inline: <<-SHELL
|
|
pacman --noconfirm -Syu ansible
|
|
SHELL
|
|
end
|