Am very beginner on Ansible and need your kind advise here.
I want to execute one installer file of IBM installation manger for its silent installation and my play book is throwing error here. Could you please help me here.
The same command when i tried manually it got worked. So my playbook need to correct something here.
I am able to manually execute this command-line (install --launcher.ini silent-install.ini -installationDirectory /opt/IBM/InstallationManager -installationDirectory -svP -acceptLicense) by navigating to the location of the installer “install” in terminal(/opt/CLM-Web-Installer-Linux-6.0.5/im/linux.gtk.x86_64) and its success.
But my yaml file only failing. any suggestions?