Hi everyone,
I’m using Frappe Press and encountering an issue where all Ansible tasks remain in the Pending state, causing the play to eventually fail and mark the Proxy Server setup as Broken.
Here’s what I’ve verified so far:
- I can successfully ping the target host using:
ansible-playbook -i "f1.x.x," -u root ping.yml -vvvv
- TLS certificates have been successfully issued for the root domain (confirmed in the TLS Certificate section).
- The hostname is resolvable and reachable via SSH.
Despite these checks passing, every Ansible task such as Ping and Gather Facts stays stuck in “Pending” with a short duration (00:00:06), and no meaningful error message is shown in the UI.
Has anyone experienced this before? Any suggestions on where to look or what could be causing the tasks to hang?
Appreciate your help!
Hi,
Please go to Schedule Job Type and search for following:
Open the Method and Execute manually:
Thanks,
Divyesh Mangroliya
Thank you for support. I manually execute, every log is complete, but Ansible Tasks still pending, i debug in code and not found reason?
Hi,
Click on the Execute button several times till all the tasks completed successfully.
Keep one separate tab open to click on the execute button.
Thanks,
Divyesh M.
Hi,
I have clicked the Execute button multiple times, but I don’t see any Ansible tasks marked as completed.
Am I missing something or overlooking a step?
Do I need to install Frappe Agent for Ansible tasks to run and execute properly?
I have solved the problem. The reason is that the Ansible version is incorrect in Requirements: Ansible == 3.4.0
It cause conflict tasks
Thank [mangroliya] for support very much