ibm-messaging / mq-ansible

Ansible roles for IBM MQ
Apache License 2.0
29 stars 26 forks source link

Repository contains redundant sample_setup.yml #72

Closed JamRamPage closed 1 year ago

JamRamPage commented 1 year ago

In ansible_collections/ibm/ibmmq, we have the file

which is completely redundant, as the MQ install and setup is performed by

Worse, this seems to have become confused in #71, since the "getconfig" role is essential to run the dev-config.mqsc file successfully. (It must be copied to the target machine before running).

However, the sample_setup contains the role "setupenvironment", which implements additional settings for AIX installation.

JamRamPage commented 1 year ago

Its an easy change, but I need to know and do the following: