fortinet-ansible-dev / ansible-galaxy-fortios-collection

GNU General Public License v3.0
84 stars 47 forks source link

Error in repo #281

Open micafili75project opened 7 months ago

micafili75project commented 7 months ago

Hello everybody, we are trying to execute a playbook to configure some acl in fortigate. We have a fortigate virtual appliance with fortios 7.2.4. we have installed latest collection "ansible-galaxy collection install fortinet.fortios:2.3.4" and installed the required module... anyway during the exectuion of the playbook we had recived an error message: "error in repo" .. What's wrong...? I've tried to find the issue in previuos message in this forum, but I can't understand why it's still failing... can you help me ?

`---

MaxxLiu22 commented 7 months ago

Hi @micafili75project ,

Thank you for raising this question, I run you script on my local, I find if I delete - name: "WINRM", everything works well, do you mean - name: "WINFRAME"?, since I don't find WINRM through CLI. Let me know if that doesn't fix your problem.

Thanks, Maxx

micafili75project commented 7 months ago

Hello Maxx, thank you for your replies... With WINRM i mean the winrm service on windows machine allows to connect to the remote powershell through this interface...Anyway removing the winrm section did the trick...!! Now the playbook does it work!! Thank you.. but let me say you,,, The error message mislead to a wrong conclusion... The error was not on repo either the module but in playbook itself... maybe somebody could try to change this beaviour