Test YML file

main
Nicolas Patouillard 3 years ago
parent 753fcd28a7
commit b5575389b2
  1. 6
      test.yml

@ -6,6 +6,6 @@
shell_type: powershell shell_type: powershell
tasks: tasks:
- name: Creating an empty file - name: Creating an empty file
ansible.windows.win_powershell: ansible.windows.win_powershell:
script: | script: |
echo "Hello World" echo "Hello World"
Loading…
Cancel
Save