Skip to content

Commit 6c8d3c7

Browse files
committed
exclude apptainer from updates to avoid breaking fix for ohpc-base-compute on image build etc
1 parent 7846080 commit 6c8d3c7

File tree

1 file changed

+1
-0
lines changed
  • environments/common/inventory/group_vars/all

1 file changed

+1
-0
lines changed

environments/common/inventory/group_vars/all/update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ update_name: '*'
66
update_state: latest
77
update_exclude:
88
- grafana
9+
- apptainer # see https://github.com/stackhpc/ansible-slurm-appliance/pull/245
910
update_disablerepo: omit
1011
# Log changes during update here on localhost:
1112
update_log_path: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/logs/{{ inventory_hostname }}-updates.log"

0 commit comments

Comments
 (0)