Skip to content

Commit 80598cc

Browse files
RanabirChakrabortyrpelisse
authored andcommitted
AMW-310 Misleading mention of prospero in EAP 7 ansible colleciton
1 parent 5b02142 commit 80598cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roles/wildfly_install/tasks/prereqs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
- name: Validate credentials
33
ansible.builtin.assert:
44
that:
5-
- (rhn_username is defined and eap_enable is defined and eap_enable) or not eap_enable is defined or not eap_enable or wildfly_offline_install or eap_install_use_prospero
6-
- (rhn_password is defined and eap_enable is defined and eap_enable) or not eap_enable is defined or not eap_enable or wildfly_offline_install or eap_install_use_prospero
5+
- (rhn_username is defined and eap_enable is defined and eap_enable) or not eap_enable is defined or not eap_enable
6+
- (rhn_password is defined and eap_enable is defined and eap_enable) or not eap_enable is defined or not eap_enable
77
quiet: true
88
fail_msg: "Cannot install Red Hat Enterprise Application Platform without RHN credentials. Define rhn_username and rhn_password are defined or set eap_offline_install"
9+
when: not wildfly_offline_install and not (wildfly_install_use_prospero | default(false))
910

1011
- name: "Validate that {{ wildlfy_version }} matches expected scheme (X.y.z)"
1112
ansible.builtin.assert:

0 commit comments

Comments
 (0)