From 6e4dd836f06ce50839730a95e09c3062267a644a Mon Sep 17 00:00:00 2001 From: heqnx Date: Sat, 12 Jul 2025 17:53:42 +0300 Subject: unquoted non interpolating names --- ansible/roles/dc01/tasks/cleanup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/roles/dc01/tasks/cleanup.yaml') diff --git a/ansible/roles/dc01/tasks/cleanup.yaml b/ansible/roles/dc01/tasks/cleanup.yaml index e6228dc..0e59407 100644 --- a/ansible/roles/dc01/tasks/cleanup.yaml +++ b/ansible/roles/dc01/tasks/cleanup.yaml @@ -1,3 +1,3 @@ -- name: "execute cleanup.ps1" +- name: execute cleanup.ps1 ansible.windows.win_powershell: script: C:\scripts\cleanup.ps1 -- cgit v1.2.3