Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions ibm/mas_devops/common_tasks/detect_airgap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
- mas.ibm.com/idmsContent=ibm
register: idms_lookup

# 3. Upgrade from ICSP to IDMS if necessary
# -----------------------------------------------------------------------------
- name: "detect-airgap: upgrade ICSP to IDMS"
ansible.builtin.include_role:
name: ocp_idms
when:
- icsp_lookup.resources | length == 1
- idms_lookup.resources | length == 0

# 3. Set the airgap boolena and print debug
# -----------------------------------------------------------------------------
- name: "detect-airgap : Set airgap_install property"
Expand Down
Loading