File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,15 @@ seed_pulp_container:
106106 image : pulp/pulp
107107 pre : " {{ kayobe_config_path }}/containers/pulp/pre.yml"
108108 post : " {{ kayobe_config_path }}/containers/pulp/post.yml"
109- tag : " {{ ' 3.23-https' if pulp_enable_tls | bool else '3.23' }} "
109+ tag : " 3.23"
110110 network_mode : host
111111 # Override deploy_containers_defaults.init == true to ensure
112112 # s6-overlay-suexec starts as pid 1
113113 init : false
114114 env :
115115 PULP_CONTENT_WORKERS : " {{ ansible_facts.processor_vcpus * 2 + 1 }}"
116116 PULP_API_WORKERS : " {{ ansible_facts.processor_vcpus * 2 + 1 }}"
117+ PULP_HTTPS : " {{ 'true' if pulp_enable_tls | bool else 'false' }}"
117118 volumes :
118119 - /opt/kayobe/containers/pulp:/etc/pulp
119120 - pulp_storage:/var/lib/pulp
You can’t perform that action at this time.
0 commit comments