Skip to content

Commit c31fab5

Browse files
committed
Update the scaffolded sample pattern
1 parent ae36078 commit c31fab5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/ansible_creator/resources/common/patterns/sample_pattern/execution_environments/execution_environment.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ images:
66
name: quay.io/fedora/fedora:41
77

88
dependencies:
9+
# Use python3
10+
python_interpreter:
11+
package_system: python3
12+
python_path: /usr/bin/python3
13+
914
ansible_core:
1015
package_pip: ansible-core
1116

@@ -29,3 +34,7 @@ dependencies:
2934
additional_build_steps:
3035
append_base:
3136
- RUN $PYCMD -m pip install -U pip
37+
38+
options:
39+
tags:
40+
- ansible_sample_ee

0 commit comments

Comments
 (0)