Skip to content

Commit 541d8a6

Browse files
committed
Added community.dns to hetzner-ocp4 ee
Part of #241, #249
1 parent 553e94c commit 541d8a6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ee-requirements.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ collections:
1212
- community.aws
1313
- community.digitalocean
1414
- community.kubernetes
15+
- community.dns # Added for community.dns.hetzner_dns_record

execution-environment.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ dependencies:
1111
python: ee-python-requirements.txt
1212
system: ee-bindep.txt
1313

14-
# additional_build_steps:
14+
additional_build_steps:
1515
# prepend: |
1616
# RUN whoami
1717
# RUN cat /etc/os-release
18-
# append:
18+
append:
19+
# Upgrade pyopenssl to solve
20+
# The error was: AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
21+
- RUN pip install pyopenssl --upgrade
1922
# - RUN echo This is a post-install command!
2023
# - RUN ls -la /etc

0 commit comments

Comments
 (0)