From d0bddae399e445164c8e1a3a220602fb1b830c3b Mon Sep 17 00:00:00 2001 From: Mike Conrad Date: Mon, 11 Mar 2024 07:11:22 -0400 Subject: [PATCH] Removed unused variables --- install-teamcity-server.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install-teamcity-server.yml b/install-teamcity-server.yml index 5dba2b0..ac5143a 100644 --- a/install-teamcity-server.yml +++ b/install-teamcity-server.yml @@ -1,6 +1,6 @@ --- - name: Install Teamcity - hosts: 127.0.0.1 + hosts: localhost become: true become_method: sudo @@ -9,7 +9,6 @@ teamcity: installation_path: /opt/TeamCity version: "2023.11.4" - installation_file: tasks: - name: Install Java @@ -48,4 +47,4 @@ handlers: - name: reload systemctl - command: systemctl daemon-reload \ No newline at end of file + command: systemctl daemon-reload