Skip to content

Commit 22a4625

Browse files
authored
fix file name to execution-environment.yml (ansible#2240)
* fix file name to execution-environment.yml * fix syntax
1 parent 2cf2053 commit 22a4625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docsite/rst/dev_guide/developing_collections_structure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ A collection can store some additional metadata in a ``runtime.yml`` file in the
286286
- my_module
287287
- another.collection.another_module
288288
289-
execution_environments.yml
290-
^^^^^^^^^^^^^^^^^^^^^^^^^^
289+
execution-environment.yml
290+
^^^^^^^^^^^^^^^^^^^^^^^^^
291291

292292
If your collection has requirements, you can specify them in the ``execution-environment.yml`` file in the ``meta`` directory.
293293
This ensures users do not need to add these requirements manually when building :ref:`Execution Environments<getting_started_ee_index>` containing your collection.

0 commit comments

Comments
 (0)