Skip to content

Commit

Permalink
fix: Support 'shared' for panos_security_rule_facts (#126)
Browse files Browse the repository at this point in the history
Fixes #91
  • Loading branch information
Michael Richardson authored and shinmog committed Oct 6, 2020
1 parent fa164c7 commit da2cd61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/panos_security_rule_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ def main():
device_group=True,
rulebase=True,
with_classic_provider_spec=True,
error_on_shared=True,
argument_spec=dict(
rule_name=dict(),
all_details=dict(default=False, type='bool'),
Expand Down

0 comments on commit da2cd61

Please sign in to comment.