mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
9 lines
210 B
YAML
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
|