Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions roles/ee_builder/templates/execution-environment.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ additional_build_files:
{% if (__execution_environment_definition.build_steps is defined and __execution_environment_definition.build_steps|length and __execution_environment_definition.build_steps.values() | select('truthy') | list | length > 0 ) or
(ee_pull_collections_from_hub) %}
additional_build_steps:
{% if ee_pull_collections_from_hub and
(__execution_environment_definition.build_steps is not defined
or ('prepend_galaxy' not in __execution_environment_definition.build_steps)
or (__execution_environment_definition.build_steps.prepend_galaxy is not defined)
{% if ee_pull_collections_from_hub and
(__execution_environment_definition.build_steps is not defined
or ('prepend_galaxy' not in __execution_environment_definition.build_steps)
or (__execution_environment_definition.build_steps.prepend_galaxy is not defined)
or not __execution_environment_definition.build_steps.prepend_galaxy) %}
prepend_galaxy:
- ADD _build/configs/ansible.cfg /etc/ansible/ansible.cfg
Expand Down
Loading