Skip to content

Commit

Permalink
linting DO-659
Browse files Browse the repository at this point in the history
  • Loading branch information
layfield-ccdc authored Apr 16, 2024
1 parent 77d1079 commit 60790b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tasks/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 60790b4

Please sign in to comment.