1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixes docstring format in junos_command

This commit is contained in:
Peter Sprygada 2016-04-24 08:39:30 -04:00 committed by Matt Clay
parent 89ebc8b066
commit abb008dca7

View file

@ -41,7 +41,7 @@ options:
default: null
rpcs:
description:
- The O(rpcs) argument accepts a list of RPCs to be executed
- The C(rpcs) argument accepts a list of RPCs to be executed
over a netconf session and the results from the RPC execution
is return to the playbook via the modules results dictionary.
required: false