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 113
113
- name : Sync pulp repos with upstream
114
114
hosts : pulp
115
115
tasks :
116
- - debug :
117
- var : hostvars[groups['builder'][0]]['ansible_facts']
118
116
- ansible.builtin.include_role :
119
117
name : pulp_site
120
118
tasks_from : sync.yml
121
119
apply :
122
120
delegate_to : localhost
123
- when : appliances_mode != 'configure'
121
+ when : appliances_mode != 'configure' and appliances_sync_pulp_on_build
124
122
125
123
- hosts : dnf_repos
126
124
become : yes
Original file line number Diff line number Diff line change @@ -31,5 +31,3 @@ compute
31
31
[squid:children]
32
32
# Install squid into fat image
33
33
builder
34
-
35
- [pulp:children]
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ pulp_server_config:
6
6
7
7
appliances_pulp_url : " {{ pulp_server_config[lookup('env','CI_CLOUD')].url }}"
8
8
pulp_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
82
82
83
83
# ##########################################################################################
84
84
85
+ appliances_sync_pulp_on_build : true
85
86
appliances_repo_timestamps :
86
87
' 9.4 ' :
87
88
baseos : 20240816T002610
You can’t perform that action at this time.
0 commit comments