Skip to content

Commit e9cce11

Browse files
committed
do not update apt cache for every run
1 parent 79b2823 commit e9cce11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

galaxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
name:
99
- python3-pip
1010
- python-is-python3
11-
update_cache: yes
11+
# this is not needed often and can fail the run since the machines have many repos
12+
# update_cache: yes
1213
when: ansible_os_family == 'Debian'
1314

1415
- hosts: production

host_vars/galaxy-umsa.grid.cesnet.cz/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rbd_mount_point: /rbd
33
galaxy_mutable_data_dir: "{{ rbd_mount_point }}/galaxy-umsa_data"
44

55
galaxy_commit_id: release_25.0
6-
# galaxy_build_client: false
6+
galaxy_build_client: false
77

88
csnt_log_level: DEBUG
99
csnt_enable_notification_system: true

0 commit comments

Comments
 (0)