Skip to content

Commit

Permalink
address build failure
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Jun 4, 2024
1 parent 6a5ba95 commit 0184e37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions playbooks/install-fmid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@

# ============================================================================
# Configure Zowe

## This runs only when skip_configfmid=true. Checks that instance.env is preserved
## during a PTF upgrade. (See install-ptf.yml for instance verification)
- import_role:
name: configfmid
tasks_from: configure_instance
when: skip_configfmid|default(False)

## This runs by default, or when skip_configfmid=false. Full configuration and
## installation of Zowe from the FMID base PAX. No longer compatible on z/OS 2.5+
- import_role:
name: configfmid
when: not skip_configfmid|default(False)
Expand Down

0 comments on commit 0184e37

Please sign in to comment.