Welcome to mirror list, hosted at ThFree Co, Russian Federation.

run-powershell.yml « windows - github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e00ed5012d4740a02a7c98a008e45e346d9f1fba (plain)
1
2
3
4
5
6
7
8
9
---
# This playbook tests the script module on Windows hosts

- name: Run powershell script
  hosts: all 
  gather_facts: false
  tasks:
    - name: Run powershell script
      script: files/helloworld.ps1