mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-03-16 11:02:10 +07:00
Force install python-apt on Vagrant+Docker
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -37,6 +37,7 @@ Vagrant.configure("2") do |config|
|
||||
d.remains_running = true
|
||||
d.has_ssh = true
|
||||
end
|
||||
m.vm.provision "shell", inline: "apt-get update && apt-get install -y python python-apt"
|
||||
m.vm.provision "ansible" do |ansible|
|
||||
ansible.playbook = "tests/test.yml"
|
||||
ansible.verbose = 'vv'
|
||||
|
||||
Reference in New Issue
Block a user