summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Case <kcase@redhat.com>2023-04-06 11:37:23 -0400
committerGitHub <noreply@github.com>2023-04-06 11:37:23 -0400
commitd23aabb3df0dee781acdbc5d623d0cb219c52c06 (patch)
tree4784b067dd138a92daab3a5e00c755422048b75b
parentcfe4e1c293032f22ccbcbcc242acdfceefa83168 (diff)
downloadvyos.vyos-d23aabb3df0dee781acdbc5d623d0cb219c52c06.tar.gz
vyos.vyos-d23aabb3df0dee781acdbc5d623d0cb219c52c06.zip
firewall_interfaces docs fix (#311)
-rw-r--r--changelogs/fragments/firewall.yaml3
-rw-r--r--docs/vyos.vyos.vyos_firewall_interfaces_module.rst2
-rw-r--r--galaxy.yml2
-rw-r--r--plugins/modules/vyos_firewall_interfaces.py2
4 files changed, 6 insertions, 3 deletions
diff --git a/changelogs/fragments/firewall.yaml b/changelogs/fragments/firewall.yaml
new file mode 100644
index 0000000..04520a1
--- /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 8a18fc6..30e8c1d 100644
--- a/docs/vyos.vyos.vyos_firewall_interfaces_module.rst
+++ b/docs/vyos.vyos.vyos_firewall_interfaces_module.rst
@@ -180,7 +180,7 @@ Parameters
<td>
</td>
<td>
- <div>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 <em>running_config</em> 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 &#x27;firewall&#x27;</div>
+ <div>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 <em>running_config</em> 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 <code>show configuration commands | grep &#x27;firewall&#x27;</code>.</div>
</td>
</tr>
<tr>
diff --git a/galaxy.yml b/galaxy.yml
index d5761a5..fb02e07 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 32ad09f..f651263 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: