Alcap

Results 8 comments of Alcap

It seems the issue has resurfaced... Anyone else experiencing it? Thanks!

Actually, I've tried to pick up the example code and run it as vanilla as possible and it is still unable to react when someone sends a message to any...

Is there any workaround to this?

Thanks! Will do!

Hi, Sure. tasks: - name: Install policy fortimgr_install: host: "{{ ansible_host }}" username: "{{ ansible_user }}" password: "{{ ansible_password }}" adom: "{{ adom }}" check_install: True fortigate_name: "{{ fortigate}}" package:...

In fact, I just noticed that this is happening also when it fails to lock the ADOM for editing. I reviewed the code quickly and it should be logging out...

Hi, Yes, just not sure how long this will take because I'm still new to the module and ansible in general.

Hi, Just added a pull request for the log out feature when failure to aquire a lock: #86 I know that more actions, when failing, are not logging out the...