HPE Morpheus Enterprise
1837981 Members
1860 Online
110124 Solutions
New Discussion

Ansible playbook run - Module missing error

 
Not applicable

Ansible playbook run - Module missing error

Hello,

I am trying to run a ansible-playbook which i configured as task. The playbook i am fetching from my git server within task.
While executing the task it gives error - “Couldn’t resolve module/action ini_file”
and task failed.

To check further on this when i run the same playbook from cmp nodes using ansible-playbook command, it runs successfully without any error.

Please suggest what could be the issue here.

2 REPLIES 2
cbunge
HPE Pro

Re: Ansible playbook run - Module missing error

Is this using an Ansible galaxy module? That wording sounds like the file is at least being called but you may not have ‘Use Ansible Galaxy’ defined on the Ansible integration.

Not applicable

Re: Ansible playbook run - Module missing error

Hi cbunge,

yes it uses ansible galaxy module.
Initially “Use Ansible Galaxy” was not selected in Ansible integration, so i enabled it now. But still i am getting the same error.