Avish Porwal
Avish Porwal
Hi, @tchiapuziowong. I was hitting some error while using ansible collection, let me post that as well. ``` The full traceback is: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line...
Playbook : ``` - hosts: all collections: - arubanetworks.aoscx vars: ansible_connection: network_cli tasks: - name: Execute show commands on the switch aoscx_command: commands: ['show psm', 'show version'] ```
> Hi, > > What ansible version ? > > The module need Python 3 (don't work with Python 2.x) ``` ansible 2.9.27 config file = /etc/ansible/ansible.cfg configured module search...
@tadasant / @domdomegg Is this fixed? If not, I can take it up.
@tadasant / @domdomegg do you mind if I pick this up? Looks like a genuine issue. I think we should even match the repo ID with the actual one to...
@tadasant That's a good point. We should rely in `server.json` present in the repo link. For private repositories, authors shouldn't add the repo URL in the `server.json` that they are...
Thanks @dograprabhav , that's a good read btw.
@tadasant @domdomegg Please review!!
> I'm not sure introducing a utils pattern is necessary here. Can we just add it to the current flow in `detectRepoURL`? sure!!
@tadasant / @domdomegg Should I pick this up?