Open KB-perByte opened 1 year ago
The documentation contains examples that are wrongly indented resulting in errors when used. junos_acls_interfaces - Mostly all examples junos_acls
acls acls_interfaces
pasted from examples - here
- name: Merge JUNOS acl junipernetworks.junos.junos_acls: config: - afi: ipv4 acls: - name: allow_ssh_acl aces: - name: ssh_rule source: port_protocol: eq: ssh protocol: tcp state: merged
State should be indented correctly with config.
This was fixed in #461, so I recommend that it should now be closed.
The documentation contains examples that are wrongly indented resulting in errors when used. junos_acls_interfaces - Mostly all examples junos_acls
SUMMARY
ISSUE TYPE
COMPONENT NAME
acls acls_interfaces
ANSIBLE VERSION
pasted from examples - here
State should be indented correctly with config.