From d23aabb3df0dee781acdbc5d623d0cb219c52c06 Mon Sep 17 00:00:00 2001 From: Kate Case Date: Thu, 6 Apr 2023 11:37:23 -0400 Subject: firewall_interfaces docs fix (#311) --- changelogs/fragments/firewall.yaml | 3 +++ docs/vyos.vyos.vyos_firewall_interfaces_module.rst | 2 +- galaxy.yml | 2 +- plugins/modules/vyos_firewall_interfaces.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 changelogs/fragments/firewall.yaml diff --git a/changelogs/fragments/firewall.yaml b/changelogs/fragments/firewall.yaml new file mode 100644 index 00000000..04520a1c --- /dev/null +++ b/changelogs/fragments/firewall.yaml @@ -0,0 +1,3 @@ +--- +trivial: + - vyos-firewall_interfaces - fixed unclosed C() macro. diff --git a/docs/vyos.vyos.vyos_firewall_interfaces_module.rst b/docs/vyos.vyos.vyos_firewall_interfaces_module.rst index 8a18fc61..30e8c1d8 100644 --- a/docs/vyos.vyos.vyos_firewall_interfaces_module.rst +++ b/docs/vyos.vyos.vyos_firewall_interfaces_module.rst @@ -180,7 +180,7 @@ Parameters -
The module, by default, will connect to the remote device and retrieve the current running-config to use as a base for comparing against the contents of source. There are times when it is not desirable to have the task get the current running-config for every task in a playbook. The running_config argument allows the implementer to pass in the configuration to use as the base config for comparison. This value of this option should be the output received from device by executing command C(show configuration commands | grep 'firewall'
+
The module, by default, will connect to the remote device and retrieve the current running-config to use as a base for comparing against the contents of source. There are times when it is not desirable to have the task get the current running-config for every task in a playbook. The running_config argument allows the implementer to pass in the configuration to use as the base config for comparison. This value of this option should be the output received from device by executing command show configuration commands | grep 'firewall'.
diff --git a/galaxy.yml b/galaxy.yml index d5761a5d..fb02e073 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,4 +11,4 @@ readme: README.md repository: https://github.com/ansible-collections/vyos.vyos issues: https://github.com/ansible-collections/vyos.vyos/issues tags: [vyos, networking] -version: 4.0.2 +version: 4.0.3-dev diff --git a/plugins/modules/vyos_firewall_interfaces.py b/plugins/modules/vyos_firewall_interfaces.py index 32ad09f4..f6512632 100644 --- a/plugins/modules/vyos_firewall_interfaces.py +++ b/plugins/modules/vyos_firewall_interfaces.py @@ -91,7 +91,7 @@ options: for every task in a playbook. The I(running_config) argument allows the implementer to pass in the configuration to use as the base config for comparison. This value of this option should be the output received from device by executing - command C(show configuration commands | grep 'firewall' + command C(show configuration commands | grep 'firewall'). type: str state: description: -- cgit v1.2.3