File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
common/inventory/group_vars/all Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 113113- name : Sync pulp repos with upstream
114114 hosts : pulp
115115 tasks :
116- - debug :
117- var : hostvars[groups['builder'][0]]['ansible_facts']
118116 - ansible.builtin.include_role :
119117 name : pulp_site
120118 tasks_from : sync.yml
121119 apply :
122120 delegate_to : localhost
123- when : appliances_mode != 'configure'
121+ when : appliances_mode != 'configure' and appliances_sync_pulp_on_build
124122
125123- hosts : dnf_repos
126124 become : yes
Original file line number Diff line number Diff line change @@ -31,5 +31,3 @@ compute
3131[squid:children]
3232# Install squid into fat image
3333builder
34-
35- [pulp:children]
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ pulp_server_config:
66
77appliances_pulp_url : " {{ pulp_server_config[lookup('env','CI_CLOUD')].url }}"
88pulp_site_password : " {{ pulp_server_config[lookup('env','CI_CLOUD')].password }}"
9+ appliances_sync_pulp_on_build : false
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ appliances_local_users: "{{ appliances_local_users_default + appliances_local_us
8282
8383# ##########################################################################################
8484
85+ appliances_sync_pulp_on_build : true
8586appliances_repo_timestamps :
8687 ' 9.4 ' :
8788 baseos : 20240816T002610
You can’t perform that action at this time.
0 commit comments