Ye-Min-Tun

Results 5 comments of Ye-Min-Tun

I faced the same issue when using with Kerberos Auth. I already set ansible_winrm_read_timeout_sec=300 and ansible_winrm_operation_timeout_sec=290. But it cannot resolve. The issue occurs sometimes, but it doesn't occur sometimes. I...

Any workaround? I also faced the same issues.

> > I have the same problem since the update today. The reading of the Collections path has been changed. It is no longer searched globally for collections/requirements.yml, but in...

@andreas-marschke Sure sir. I resolved this by adding a requirement.yml file inside collection directory. Note: earlier I think yml and yaml are the same. Semaphore only look for yml, not...

@pydlv You just need to add requirements.yml file (with the collections you need to install) under the collections directory of your workspace.