You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails with fatal: [myCT]: FAILED! => {"ansible_job_id": "j448960346785.30435", "changed": false, "finished": 1, "msg": "could not find job", "results_file": "/home/semaphore/.ansible_async/j448960346785.30435", "started": 1, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} when running it in my semaphore instance
All other tasks work fine and thare is no issue when the CT exists...
I found the j44... file it talks about, here it is
Summary
seems to me there is an issue with idempotency here, this task
Fails with
fatal: [myCT]: FAILED! => {"ansible_job_id": "j448960346785.30435", "changed": false, "finished": 1, "msg": "could not find job", "results_file": "/home/semaphore/.ansible_async/j448960346785.30435", "started": 1, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
when running it in my semaphore instanceAll other tasks work fine and thare is no issue when the CT exists...
I found the j44... file it talks about, here it is
Issue Type
Bug Report
Component Name
proxmox
Ansible Version
Community.general Version
Configuration
OS / Environment
semaphore running in docker on debian host
Steps to Reproduce
see above
Expected Results
it should return ok & not changed, the CT is absent aloready, ok it had nothing to do but still, should not fail
Actual Results
see above
Code of Conduct
The text was updated successfully, but these errors were encountered: