Skip to content

Commit

Permalink
Merge pull request #23 from bpineau/support_dnf
Browse files Browse the repository at this point in the history
Support recent Fedoras' dnf package manager
  • Loading branch information
steenzout committed Jun 23, 2016
2 parents f86d4a6 + 1f02eed commit 5e40bc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tasks/redhat/main.yml
Expand Up @@ -15,9 +15,7 @@
- installation

- name: install RPM
yum:
name="{{ oracle_java_dir_source }}/{{ oracle_java_rpm_filename }}"
state=present
action: "{{ ansible_pkg_mgr }} name={{ oracle_java_dir_source }}/{{ oracle_java_rpm_filename }} state=present"
when: not oracle_java_task_rpm_download|skipped
sudo: yes
tags:
Expand Down

0 comments on commit 5e40bc9

Please sign in to comment.