IBM / ansible-for-i

the tool is to provide several customized modules for Ansible to manage IBM i systems.
GNU General Public License v3.0
56 stars 54 forks source link

ibmi_display_fix module not available in the repository [Solved] #44

Closed joachimgourdon closed 4 years ago

joachimgourdon commented 4 years ago

Hello,

I have cloned the repository, build and install the collection version 1.0.1, but cannot find the module "ibmi_display_fix".

[jgourdon@ansible Ansible4Me]$ ansible ctcgis01 -M /home/jgourdon/ansible-for-i/plugins/modules -m ibmi_display_fix.py -a "product='*ONLY' ptf='MF67510'" ctcgis01 | FAILED! => { "msg": "The module ibmi_display_fix.py was not found in configured module paths"

I have check in the directory ~/ansible-for-i/plugins/modules and the file ibmi_display_fix.py does not exist !

Do you have an idea ?

Thanks for your support.

joachimgourdon commented 4 years ago

Using the "Installing using Ansible Galaxy" method rather than the "Installing from source" method solved my issued.

Command : ansible-galaxy collection install ibm.power_ibmi.