fix typo in collection/plugins/readme (#63162)
This commit is contained in:
parent
35c3d831fb
commit
da1a945088
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ This directory can be used to ship various plugins inside an Ansible collection.
|
|||
is named after the type of plugin it is in. It can also include the `module_utils` and `modules` directory that
|
||||
would contain module utils and modules respectively.
|
||||
|
||||
Here is an example directory of the majority of plugins currently supported by Ansible;
|
||||
Here is an example directory of the majority of plugins currently supported by Ansible:
|
||||
|
||||
```
|
||||
└── plugins
|
||||
|
|
Loading…
Reference in a new issue