mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
fixed win_file state=touch
This commit is contained in:
parent
5e259a8dd9
commit
3cc14a0a65
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ If ( $state -eq "touch" )
|
|||
}
|
||||
Else
|
||||
{
|
||||
echo $null > $file
|
||||
echo $null > $path
|
||||
}
|
||||
$result.changed = $TRUE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue