Removed unused variables

This commit is contained in:
Mike Conrad
2024-03-11 07:11:22 -04:00
parent cc564fbeb5
commit d0bddae399

View File

@ -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