Skip to content

Commit

Permalink
Pass plugin-template flag to ansible context
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-psb committed Jan 15, 2025
1 parent 656874e commit f332a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/github/.ci/ansible/settings.py.j2.copy
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ API_ROOT = {{ api_root | repr }}
{% if s3_test | default(false) %}
MEDIA_ROOT: ""
S3_USE_SIGV4 = True
{% if test_storages_compat_layer %}
{% if test_storages_compat_layer is defined and test_storages_compat_layer %}
STORAGES = {
"default": {
"BACKEND": "storages.backends.s3boto3.S3Boto3Storage",
Expand Down
1 change: 1 addition & 0 deletions templates/github/.github/workflows/scripts/install.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ minio_access_key: "'$MINIO_ACCESS_KEY'"\
minio_secret_key: "'$MINIO_SECRET_KEY'"\
pulp_scenario_settings: {{ pulp_settings_s3 | tojson }}\
pulp_scenario_env: {{ pulp_env_s3 | tojson }}\
test_storages_compat_layer: {{ test_storages_compat_layer | tojson }}\
' vars/main.yaml

{%- if test_reroute %}
Expand Down

0 comments on commit f332a34

Please sign in to comment.