mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
[Ubuntu] Update ansible-base to ansible-core (#3711)
Update ansible-base 2.10 to ansible-core 2.11 for Ubuntu images
This commit is contained in:
committed by
GitHub
parent
e139c6d581
commit
8aac9e60c0
@@ -1,5 +1,5 @@
|
||||
function Get-AnsibleVersion {
|
||||
$ansibleVersion = ansible --version | Select-Object -First 1 | Take-OutputPart -Part 1
|
||||
$ansibleVersion = (ansible --version)[0] -replace "[^\d.]"
|
||||
return "Ansible $ansibleVersion"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user