From 60790b4ed35e56827aa749dfef85cd3e3c99a102 Mon Sep 17 00:00:00 2001 From: Jordan Layfield <77847327+layfield-ccdc@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:10:28 +0100 Subject: [PATCH] linting DO-659 --- tasks/Windows.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tasks/Windows.yml b/tasks/Windows.yml index 070e014..abc4dc9 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -60,15 +60,14 @@ state: present propagation: InheritOnly inherit: ContainerInherit, ObjectInherit - -# Check for service +# Check for service - name: Check service exists for build agents ansible.windows.win_service: name: "{{ item.teamcity_agent_name }}" register: teamcity_agents_status loop: "{{ teamcity_agents }}" - + # Enable TC Agent Service - name: "Setup wrapper.conf (Windows)" # noqa: name[template] ansible.windows.win_template: