summaryrefslogtreecommitdiff
path: root/ansible/roles/dc01/tasks/install_software.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-12 14:41:46 +0300
committerheqnx <root@heqnx.com>2025-07-12 14:41:46 +0300
commit6e559dd880cf72b23c98d63e53982e4f359747f4 (patch)
tree7586d79ccfabb2afb4e0d8ba711bfca6e75d311b /ansible/roles/dc01/tasks/install_software.yaml
parent5c07039ceb41ad6867213827440876a74f586aad (diff)
downloadansible-active-directory-range-6e559dd880cf72b23c98d63e53982e4f359747f4.tar.gz
ansible-active-directory-range-6e559dd880cf72b23c98d63e53982e4f359747f4.zip
explicit task names
Diffstat (limited to 'ansible/roles/dc01/tasks/install_software.yaml')
-rw-r--r--ansible/roles/dc01/tasks/install_software.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/dc01/tasks/install_software.yaml b/ansible/roles/dc01/tasks/install_software.yaml
index 4c43d2b..1bfb4ef 100644
--- a/ansible/roles/dc01/tasks/install_software.yaml
+++ b/ansible/roles/dc01/tasks/install_software.yaml
@@ -1,3 +1,3 @@
-- name: "{{ ansible_host }}: execute install-software.ps1"
+- name: "execute install-software.ps1"
ansible.windows.win_powershell:
script: C:\scripts\install-software.ps1