mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
⚡ Remove old provision commands
This commit is contained in:
8
Vagrantfile
vendored
8
Vagrantfile
vendored
@@ -79,10 +79,6 @@ Vagrant.configure("2") do |config|
|
||||
d.has_ssh = true
|
||||
end
|
||||
|
||||
if opts[:os_name].include? "bullseye"
|
||||
m.vm.provision "shell", inline: "[ -f '/root/first_provision' ] || (apt-get update -qq && apt-get -y dist-upgrade && touch /root/first_provision)"
|
||||
end
|
||||
|
||||
m.vm.provision "ansible" do |ansible|
|
||||
ansible.playbook = "tests/test.yml"
|
||||
ansible.verbose = 'vv'
|
||||
@@ -106,10 +102,6 @@ Vagrant.configure("2") do |config|
|
||||
v.memory = 512
|
||||
end
|
||||
|
||||
if opts[:os_name].include? "bullseye"
|
||||
m.vm.provision "shell", inline: "[ -f '/root/first_provision' ] || (apt-get update -qq && apt-get -y dist-upgrade && touch /root/first_provision)"
|
||||
end
|
||||
|
||||
m.vm.provision "ansible" do |ansible|
|
||||
ansible.playbook = "tests/test.yml"
|
||||
ansible.verbose = 'vv'
|
||||
|
||||
Reference in New Issue
Block a user