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.
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.
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.