Skip to content

Commit

Permalink
fix: "shared" should be allowed in panos_security_rule (#125)
Browse files Browse the repository at this point in the history
Fixes #90
  • Loading branch information
Michael Richardson authored and shinmog committed Oct 6, 2020
1 parent f699d0a commit fa164c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/panos_security_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ def main():
rulebase=True,
with_state=True,
with_classic_provider_spec=True,
error_on_shared=True,
argument_spec=dict(
rule_name=dict(required=True),
source_zone=dict(type='list', elements='str', default=['any']),
Expand Down

0 comments on commit fa164c7

Please sign in to comment.