Skip to content

Commit

Permalink
Suppress warning about using tar (#36)
Browse files Browse the repository at this point in the history
Using tar to maintain support for Ansible 1.9 while using `--strip-components`.
  • Loading branch information
freemanjp authored Sep 9, 2016
1 parent bcb4f7a commit 83fe698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
--directory '{{ intellij_install_dir }}'
args:
creates: "{{ intellij_install_dir }}/bin"
# Suppress: [WARNING]: Consider using unarchive module rather than running tar
warn: no

- name: create bin link
become: yes
Expand Down

0 comments on commit 83fe698

Please sign in to comment.