mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add missing be (#33507)
This commit is contained in:
committed by
Dag Wieers
parent
5482519096
commit
84ace7acc3
@@ -391,7 +391,7 @@ value using the same ``show vlan`` command.::
|
|||||||
value: present
|
value: present
|
||||||
|
|
||||||
Another common use case for parsing CLI commands is to break a large command
|
Another common use case for parsing CLI commands is to break a large command
|
||||||
into blocks that can parsed. This can be done using the ``start_block`` and
|
into blocks that can be parsed. This can be done using the ``start_block`` and
|
||||||
``end_block`` directives to break the command into blocks that can be parsed.::
|
``end_block`` directives to break the command into blocks that can be parsed.::
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user