diff options
Diffstat (limited to 'ansible/roles/dc01/tasks/install_software.yaml')
-rw-r--r-- | ansible/roles/dc01/tasks/install_software.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/dc01/tasks/install_software.yaml b/ansible/roles/dc01/tasks/install_software.yaml new file mode 100644 index 0000000..4c43d2b --- /dev/null +++ b/ansible/roles/dc01/tasks/install_software.yaml @@ -0,0 +1,3 @@ +- name: "{{ ansible_host }}: execute install-software.ps1" + ansible.windows.win_powershell: + script: C:\scripts\install-software.ps1 |