- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Ansible playbook run - Module missing error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 07:48 PM
12-03-2024 07:48 PM
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.
- Tags:
- automation
- Tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 04:35 AM
12-04-2024 04:35 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2024 06:44 AM
12-15-2024 06:44 AM
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.