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