Skip to content

Commit f109b78

Browse files
authored
issue #1925 ee getting started missing content (#1975)
This change follows up on PR #1924 by restoring the literalinclude and fixing the note that used invalid syntax.
1 parent f9cd50b commit f109b78

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

docs/docsite/rst/getting_started_ee/build_execution_environment.rst

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,14 @@ To build your first EE:
1616
1717
#. Create a ``execution-environment.yml`` file that specifies dependencies to include in the image.
1818

19-
.. code-block:: yaml
20-
21-
version: 3
22-
23-
images:
24-
base_image:
25-
name: quay.io/fedora/fedora:latest
26-
27-
dependencies:
28-
ansible_core:
29-
package_pip: ansible-core
30-
ansible_runner:
31-
package_pip: ansible-runner
32-
system:
33-
- openssh-clients
34-
- sshpass
35-
galaxy:
36-
collections:
37-
- name: community.postgresql
19+
.. literalinclude:: yaml/execution-environment.yml
20+
:language: yaml
3821

3922
.. note::
4023

41-
The `psycopg2-binary` Python package is included in the `requirements.txt` file for the collection.
42-
For collections that do not include `requirements.txt` files, you need to specify Python dependencies explicitly.
43-
See the `Ansible Builder documentation <https://ansible-builder.readthedocs.io/en/stable/definition/>`_ for details.
24+
The `psycopg2-binary` Python package is included in the `requirements.txt` file for the collection.
25+
For collections that do not include `requirements.txt` files, you need to specify Python dependencies explicitly.
26+
See the `Ansible Builder documentation <https://ansible-builder.readthedocs.io/en/stable/definition/>`_ for details.
4427

4528
#. Build a EE container image called ``postgresql_ee``.
4629

0 commit comments

Comments
 (0)