Removed unused variables
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Install Teamcity
|
- name: Install Teamcity
|
||||||
hosts: 127.0.0.1
|
hosts: localhost
|
||||||
become: true
|
become: true
|
||||||
become_method: sudo
|
become_method: sudo
|
||||||
|
|
||||||
@ -9,7 +9,6 @@
|
|||||||
teamcity:
|
teamcity:
|
||||||
installation_path: /opt/TeamCity
|
installation_path: /opt/TeamCity
|
||||||
version: "2023.11.4"
|
version: "2023.11.4"
|
||||||
installation_file:
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install Java
|
- name: Install Java
|
||||||
|
Reference in New Issue
Block a user