Skip to content

Commit

Permalink
Include test for double digit ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Oct 30, 2024
1 parent ffe6457 commit 551e1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/plugins/provisioners/ansible/provisioner_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ def ensure_that_config_is_valid
"2.x.y.z": VagrantPlugins::Ansible::COMPATIBILITY_MODE_V2_0,
"4.3.2.1": VagrantPlugins::Ansible::COMPATIBILITY_MODE_V2_0,
"[core 2.11.0]": VagrantPlugins::Ansible::COMPATIBILITY_MODE_V2_0,
"7.1.0": VagrantPlugins::Ansible::COMPATIBILITY_MODE_V2_0
"7.1.0": VagrantPlugins::Ansible::COMPATIBILITY_MODE_V2_0,
"10.1.0": VagrantPlugins::Ansible::COMPATIBILITY_MODE_V2_0
}
valid_versions.each_pair do |ansible_version, mode|
describe "and ansible version #{ansible_version}" do
Expand Down

0 comments on commit 551e1b8

Please sign in to comment.