Skip to content

Commit

Permalink
asa_config doc attach acl to interface
Browse files Browse the repository at this point in the history
+label: docsite_pr
Issue ansible/community#311
  • Loading branch information
hemskgren committed Jun 7, 2018
1 parent b235cb8 commit db93901
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/ansible/modules/network/asa/asa_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@
passwords: yes
provider: "{{ cli }}"
- name: attach ASA acl on interface vlan13/nameif cloud13
asa_config:
lines:
- access-group cloud-acl_access_in in interface cloud13
provider: "{{ cli }}"
"""

RETURN = """
Expand Down

0 comments on commit db93901

Please sign in to comment.