Skip to content

Commit fc365c2

Browse files
author
Matt Pryor
committed
Use a local path for update logs
1 parent c8131bf commit fc365c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

group_vars/cluster.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Convert the variable supplied by the portal into the one expected by the Slurm appliance
22
update_enable: "{{ cluster_upgrade_system_packages | default('false') | bool }}"
3+
# Don't store the update logs as they are created in the job container anyway
4+
update_log_path: "{{ playbook_dir }}/logs/{{ inventory_hostname }}-updates.log"
35

46
# Read the secrets from the Ansible local facts on the control host
57
vault_azimuth_user_password: "{{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_azimuth_user_password }}"

0 commit comments

Comments
 (0)