Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong indentation in documentation resulting in erroneous examples #415

Open
KB-perByte opened this issue May 30, 2023 · 0 comments
Open
Assignees

Comments

@KB-perByte
Copy link
Collaborator

The documentation contains examples that are wrongly indented resulting in errors when used.
junos_acls_interfaces - Mostly all examples
junos_acls

SUMMARY
ISSUE TYPE
  • Documentation Report
COMPONENT NAME

acls
acls_interfaces

ANSIBLE VERSION

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants