File tree Expand file tree Collapse file tree 1 file changed +5
-22
lines changed
docs/docsite/rst/getting_started_ee Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments