imfreedom/ansible

ee234cc3ede2
Parents aed10f37ef76
Children 94376b1541f4
Remove a commented out task that wasn't used anymore
--- a/roles/teamcity/tasks/agent.yml Sat Jul 24 19:40:49 2021 -0500
+++ b/roles/teamcity/tasks/agent.yml Sat Jul 24 20:20:03 2021 -0500
@@ -6,14 +6,6 @@
owner: "{{teamcity_user}}"
group: "{{teamcity_group}}"
-# - name: download and extract buildAgent.zip
-# unarchive:
-# remote_src: yes
-# src: "{{teamcity_build_agent_zip_url}}"
-# dest: "{{teamcity_agent_home}}"
-# owner: "{{teamcity_user}}"
-# group: "{{teamcity_group}}"
-
- name: download buildAgent.zip
get_url:
url: "{{teamcity_build_agent_zip_url}}"