File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -344,12 +344,12 @@ $ ansible-creator add plugin <plugin-type> <plugin-name> <collection-path>
344
344
345
345
#### Positional Arguments
346
346
347
- | Parameter | Description |
348
- | --------- | -------------------------------------------------------------- |
349
- | action | Add an action plugin to an existing Ansible Collection. |
350
- | filter | Add a filter plugin to an existing Ansible Collection. |
351
- | lookup | Add a lookup plugin to an existing Ansible Collection. |
352
- | module | Add a generic module to an existing Ansible Collection. |
347
+ | Parameter | Description |
348
+ | --------- | ------------------------------------------------------- |
349
+ | action | Add an action plugin to an existing Ansible Collection. |
350
+ | filter | Add a filter plugin to an existing Ansible Collection. |
351
+ | lookup | Add a lookup plugin to an existing Ansible Collection. |
352
+ | module | Add a generic module to an existing Ansible Collection. |
353
353
354
354
#### Example of adding a plugin
355
355
You can’t perform that action at this time.
0 commit comments