From 2299c492ca285f227cdb2043c9602e58ba55bf72 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Tue, 1 Mar 2022 11:01:04 -0500 Subject: Change parameter 'disabled' to 'disable' in test_vyos_firewall_rules.py (#240) Change parameter 'disabled' to 'disable' in test_vyos_firewall_rules.py SUMMARY Fixes #239 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Nilashish Chakraborty Reviewed-by: Sagar Paul Reviewed-by: GomathiselviS Reviewed-by: Rohit Thakur Reviewed-by: None --- plugins/modules/vyos_firewall_rules.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/modules') diff --git a/plugins/modules/vyos_firewall_rules.py b/plugins/modules/vyos_firewall_rules.py index 6df6892c..aaef8a13 100644 --- a/plugins/modules/vyos_firewall_rules.py +++ b/plugins/modules/vyos_firewall_rules.py @@ -144,10 +144,11 @@ options: - The whole list can also be "negated" using '!'. - For example:'!22,telnet,http,123,1001-1005'. type: str - disabled: + disable: description: - Option to disable firewall rule. type: bool + aliases: ["disabled"] fragment: description: - IP fragment match. -- cgit v1.2.3