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
On second run of ansible-playbook playbook.yml I'm getting error
TASK [Ensure firewall rule for kubernetes-the-hard-way internal is present] *****************
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Unexpected response: ('<' not supported between instances of 'NoneType' and 'NoneType'). Detail: Traceback (most recent call last):\n File \"/var/folders/9k/_2g7xmxs0yj6dkr5gj8h33km0000gn/T/ansible_0_o1mapd/ansible_module_gce_net.py\", line 440, in main\n if allowed_list and (sorted_allowed_list(allowed_list) != sorted_allowed_list(fw.allowed)):\n File \"/var/folders/9k/_2g7xmxs0yj6dkr5gj8h33km0000gn/T/ansible_0_o1mapd/ansible_module_gce_net.py\", line 318, in sorted_allowed_list\n return sorted(allowed_by_protocol, key=lambda y: y.get('ports', []).sort())\nTypeError: '<' not supported between instances of 'NoneType' and 'NoneType'\n"}
Looks like it's a bug of gce_net module but workaround would be appreciated.
The text was updated successfully, but these errors were encountered:
On second run of
ansible-playbook playbook.yml
I'm getting errorLooks like it's a bug of
gce_net
module but workaround would be appreciated.The text was updated successfully, but these errors were encountered: