Skip to content

Commit

Permalink
Merge pull request #25 from ccdc-opensource/layfield-ccdc-patch-1
Browse files Browse the repository at this point in the history
Update Linux.yml DO-659
  • Loading branch information
layfield-ccdc authored Apr 24, 2024
2 parents 893a184 + fb15d66 commit a27948c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tasks/Darwin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- name: Insatll Homebrew + OpenJDK
ansible.builtin.include_role:
name: geerlingguy.mac.homebrew
Expand Down Expand Up @@ -59,4 +58,4 @@
owner: "{{ teamcity_build_username }}"
recurse: true
become: true
loop: "{{ teamcity_agents }}"
loop: "{{ teamcity_agents }}"
5 changes: 3 additions & 2 deletions tasks/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
- name: Install Java
ansible.builtin.yum:
name: java-1.8.0-openjdk-devel
state: present

state: present
become: true

- name: Create teamcity agent install directory
ansible.builtin.file:
path: "{{ teamcity_agent_install_dir }}"
Expand Down

0 comments on commit a27948c

Please sign in to comment.