We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f86d4a6 + 1f02eed commit 5e40bc9Copy full SHA for 5e40bc9
tasks/redhat/main.yml
@@ -15,9 +15,7 @@
15
- installation
16
17
- name: install RPM
18
- yum:
19
- name="{{ oracle_java_dir_source }}/{{ oracle_java_rpm_filename }}"
20
- state=present
+ action: "{{ ansible_pkg_mgr }} name={{ oracle_java_dir_source }}/{{ oracle_java_rpm_filename }} state=present"
21
when: not oracle_java_task_rpm_download|skipped
22
sudo: yes
23
tags:
0 commit comments