Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support recent Fedoras' dnf package manager #23

Merged
merged 1 commit into from Jun 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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