ansible-role-apache/windows/run-powershell.yml
2014-08-21 10:01:50 -04:00

9 lines
210 B
YAML

---
# This playbook tests the script module on Windows hosts
- name: Run powershell script
hosts: windows
gather_facts: false
tasks:
- name: Run powershell script
script: files/helloworld.ps1