Skip to content

Commit fab962d

Browse files
authored
Fix the misspelled word 'not' (#2161)
1 parent e427a22 commit fab962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/dev_guide/developing_collections_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ In prior releases, you could reference playbooks in this directory using the ful
186186
In ansible-core 2.11 and later, you can use the FQCN, ``namespace.collection.playbook`` (with or without extension), to reference the playbooks from the command line or from ``import_playbook``.
187187
This will keep the playbook in 'collection context', as if you had added ``collections: [ namespace.collection ]`` to it.
188188

189-
You can have most of the subdirectories you would expect, such ``files/``, ``vars/`` or ``templates/`` but no ``roles/`` since those are handled already in the collection.
189+
You can have most of the subdirectories you would expect, such ``files/``, ``vars/`` or ``templates/`` but not ``roles/`` since those are handled already in the collection.
190190

191191
Also, playbooks within a collection follow the same guidelines as any playbooks except for these few adjustments:
192192

0 commit comments

Comments
 (0)