We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79b2823 + e9cce11 commit f46657bCopy full SHA for f46657b
galaxy.yml
@@ -8,7 +8,8 @@
8
name:
9
- python3-pip
10
- python-is-python3
11
- update_cache: yes
+ # this is not needed often and can fail the run since the machines have many repos
12
+ # update_cache: yes
13
when: ansible_os_family == 'Debian'
14
15
- hosts: production
host_vars/galaxy-umsa.grid.cesnet.cz/vars.yml
@@ -3,7 +3,7 @@ rbd_mount_point: /rbd
3
galaxy_mutable_data_dir: "{{ rbd_mount_point }}/galaxy-umsa_data"
4
5
galaxy_commit_id: release_25.0
6
-# galaxy_build_client: false
+galaxy_build_client: false
7
csnt_log_level: DEBUG
csnt_enable_notification_system: true
0 commit comments