Test YML file

main
Nicolas Patouillard 3 years ago
parent 16633c1fae
commit 14cf177bb5
  1. 6
      test.yml

@ -6,8 +6,4 @@
shell_type: powershell
tasks:
- name: Creating an empty file
win_shell: |
$value = Test-Path -Path C:\windows\temp
if ($value) {
New-Item C:\windows\temp\test.txt -ItemType File
}
win_shell: 'New-Item C:\test.txt -ItemType File'
Loading…
Cancel
Save