File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 260260 dest : " /home/{{ galaxy_user_name }}/.galaxy_api_key"
261261 owner : " {{ galaxy_user_name }}"
262262 group : " {{ galaxy_user_group_name }}"
263- mode : ' 0600 '
263+ mode : ' 0640 '
264264 tags : cron
265265 when : " inventory_hostname in ['galaxy-qa1.galaxy.cloud.e-infra.cz', 'usegalaxy.cz', 'galaxy-umsa.grid.cesnet.cz']"
266266 no_log : true
283283 group : postgres
284284 when : " 'usegalaxy.cz' in inventory_hostname"
285285 tags : cron
286+ - name : Add the user postgres to the galaxy user primary group, to access the Galaxy API key
287+ ansible.builtin.user :
288+ name : postgres
289+ groups : " {{ galaxy_user_group_name }}"
290+ append : yes
291+ when : " 'usegalaxy.cz' in inventory_hostname"
292+ tags : cron
286293 - name : Setup user - group association rutine
287294 ansible.builtin.cron :
288295 name : " Add E-infra users to E-infra group"
You can’t perform that action at this time.
0 commit comments