Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 141d86b

Browse files
author
speedlight
committed
yum deprectation warnings for jboos-standalone playbook
1 parent d51c40a commit 141d86b

File tree

2 files changed

+7
-6
lines changed
  • jboss-standalone

2 files changed

+7
-6
lines changed

jboss-standalone/group_vars/all

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ wait_for_port: 22
2020

2121
# This user name will be set by Tower, when run through Tower
2222
tower_user_name: admin
23+
24+
java_packages:
25+
- unzip
26+
- java-1.7.0-openjdk
27+
- libselinux-python
28+
- libsemanage-python

jboss-standalone/roles/jboss-standalone/tasks/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
- name: Install Java 1.7 and some basic dependencies
33
yum:
4-
name: "{{ item }}"
4+
name: "{{ java_packages }}"
55
state: present
6-
with_items:
7-
- unzip
8-
- java-1.7.0-openjdk
9-
- libselinux-python
10-
- libsemanage-python
116

127
- name: Download JBoss from jboss.org
138
get_url:

0 commit comments

Comments
 (0)