Skip to content

Commit

Permalink
add openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
punix81 committed Aug 6, 2018
1 parent 80761ca commit 9165cc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- name: curl
- name: docker
- name: tomcat
# - name: sqlDeveloper
- name: soapui
- name: chrome
- name: notepad-plus-plus
Expand Down
2 changes: 1 addition & 1 deletion roles/java/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
command: java -version
become_user: '{{ global_vars.user_session }}'
register: java_result
ignore_errors: True
ignore_errors: true

- debug:
var: java_result
Expand Down
2 changes: 1 addition & 1 deletion roles/notepad-plus-plus/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
command: "{{ item }}"
with_items:
- snap install notepad-plus-plus

ignore_errors: yes

0 comments on commit 9165cc2

Please sign in to comment.