mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 12:51:04 +00:00
Remove toLower on source (#31983)
Having this here breaks any source URLs that require case sensitivity.
This commit is contained in:
committed by
Jordan Borean
parent
e7d7a29a46
commit
ed342e8ce3
@@ -39,10 +39,6 @@ $result = @{
|
||||
changed = $false
|
||||
}
|
||||
|
||||
if ($source) {
|
||||
$source = $source.Tolower()
|
||||
}
|
||||
|
||||
if ($upgrade)
|
||||
{
|
||||
Add-DeprecationWarning -obj $result -message "Parameter upgrade=yes is replaced with state=latest" -version 2.6
|
||||
|
||||
Reference in New Issue
Block a user