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
The full traceback is:
File "/tmp/ansible_arubanetworks.aoscx.aoscx_acl_payload_0f6qwuiw/ansible_arubanetworks.aoscx.aoscx_acl_payload.zip/ansible_collections/arubanetworks/aoscx/plugins/modules/aoscx_acl.py", line 638, in main
File "/home/user/proj/network-automation/.venv/lib/python3.9/site-packages/pyaoscx/pyaoscx_module.py", line 40, in ensure_connected
return fnct(self, *args, **kwargs)
File "/home/user/proj/network-automation/.venv/lib/python3.9/site-packages/pyaoscx/acl_entry.py", line 408, in apply
modified = self.create()
File "/home/user/proj/network-automation/.venv/lib/python3.9/site-packages/pyaoscx/pyaoscx_module.py", line 40, in ensure_connected
return fnct(self, *args, **kwargs)
File "/home/user/proj/network-automation/.venv/lib/python3.9/site-packages/pyaoscx/acl_entry.py", line 538, in create
raise GenericOperationError(response.text, response.status_code)
fatal: [SWITCH]: FAILED! => changed=false
invocation:
module_args:
acl_entries:
'60':
action: permit
icmp-type: echo-reply
protocol: icmp
name: test_acl2
state: update
type: ipv4
msg: '''GENERIC OPERATION ERROR: values in post body not configurable\n: Code: 400'''
The text was updated successfully, but these errors were encountered:
Hi,
tested with latest aoscx collection version and latest pyaoscx:
This should produce an acl with
60 permit icmp any any icmp-type echo-reply
IT should be supported according to:
aoscx-ansible-collection/plugins/modules/aoscx_acl.py
Line 246 in 9315901
The text was updated successfully, but these errors were encountered: