From 6e559dd880cf72b23c98d63e53982e4f359747f4 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sat, 12 Jul 2025 14:41:46 +0300 Subject: explicit task names --- ansible/roles/dc01/tasks/install_software.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/roles/dc01/tasks/install_software.yaml') 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 -- cgit v1.2.3