Skip to content

Commit

Permalink
Remove source handler wich is not portable between shells
Browse files Browse the repository at this point in the history
  • Loading branch information
jetune committed Feb 26, 2020
1 parent e5c43b8 commit 76dc989
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tasks/setup-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@

- name: ({{ ansible_distribution }}) Export JAVA_HOME
shell:
args: "/etc/environment"
args:
cmd: "export JAVA_HOME={{ install_dir }}"
tags:
- molecule-idempotence-notest


0 comments on commit 76dc989

Please sign in to comment.