mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
fix: Ansible fedora 40 to use 40 (#3327)
This commit is contained in:
parent
fd314a31ce
commit
3ba71f412e
1 changed files with 1 additions and 1 deletions
2
test/ansible/vagrant/fedora-40/Vagrantfile
vendored
2
test/ansible/vagrant/fedora-40/Vagrantfile
vendored
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Vagrant.configure('2') do |config|
|
||||
config.vm.box = "fedora/39-cloud-base"
|
||||
config.vm.box = "fedora/40-cloud-base"
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
SHELL
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue