Skip to content

installed packages are not showed when executed the playbook #36

Description

@shwethaks

I executed the playbook by passing the below extra vars, but after executing the playbook, for individual component install it just shows server installed successfully, instead of the specific component which got installed. It will be helpfull if thats shown in the installation.
"extra_vars": {
"offerings": {
"server": true,
"stagent": false,
"devices": false,
"oc": true,
"ossm": false
},

Current playbook output:
TASK [ibm.storage_protect.sp_server_install : Server Configuration Status] ************************************************************************************************************************************************************************
ok: [localhost] => {
"msg": "Server Configuration complete"
}

Below are the packages which i tried installing individually but for all i got same output status.

[root@tsmcbuildlnx25 tools]# sudo ./imcl listInstalledPackages
com.ibm.cic.agent_1.9.2008.20240227_0018
com.tivoli.dsm.ossm_8.1.26.20250315_0119
com.tivoli.dsm.server_8.1.26.20250315_0125

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions