Skip to content

Commit

Permalink
move to configptf
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Jun 5, 2024
1 parent cb4bf43 commit 5dfa917
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 12 deletions.
13 changes: 1 addition & 12 deletions playbooks/install-fmid.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Install Zowe SMPE FMID
- name: Install Zowe SMPE FMID.
hosts: all
gather_facts: false
become: false
Expand Down Expand Up @@ -78,14 +78,3 @@
- import_role:
name: fmid
tasks_from: overwrite_vars

# ============================================================================
# Configure Zowe
- import_role:
name: configfmid

# ============================================================================
# Start Zowe
- import_role:
name: start
when: not skip_start|default(False)
5 changes: 5 additions & 0 deletions playbooks/install-ptf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
name: fmid
tasks_from: overwrite_vars

# ============================================================================
# Configure Zowe
- import_role:
name: configptf

# ============================================================================
# FIXME
- name: Check if zowe_keystore_dir has a value
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5dfa917

Please sign in to comment.