Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 5 additions & 6 deletions docs/playbooks/oneclick-manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ Required environment variables

**Note**:

To install Manage Foundation only (available on MAS Core 9.1 or later), this environment variable needs to be exported:
To install Manage Foundation only that is available on MAS Core 9.1 or later, export the following environment variable:

`export IS_FULL_MANAGE=false`

Also, `MAS_APPWS_COMPONENTS` needs to be empty:

`export MAS_APPWS_COMPONENTS=""`

Also, the `MAS_APPWS_COMPONENTS` environment variable must be empty:

`export MAS_APPWS_COMPONENTS=""`

Optional Cloud Pak for Data Installation
-------------------------------------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions ibm/mas_devops/playbooks/oneclick_add_manage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Dependencies:
# - ansible-playbook ibm.mas_devops.oneclick_core
#
# To install Manage Foundation only (available on 9.1 or later), this environment variable needs to be exported:
# export IS_FULL_MANAGE=false
# and MAS_APPWS_COMPONENTS needs to be empty or unset:
# export MAS_APPWS_COMPONENTS=""
# To install Manage Foundation only that is available on MAS Core 9.1 or later, export the following environment variable:
# `export IS_FULL_MANAGE=false`
# Also, the `MAS_APPWS_COMPONENTS` environment variable must be empty:
# `export MAS_APPWS_COMPONENTS=""`
#
- hosts: localhost
any_errors_fatal: true
Expand Down
Loading