Skip to content

Commit

Permalink
Rename lustre_repo default to lustre_git_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bull authored and sjpb committed Feb 13, 2025
1 parent cfacd06 commit 881c5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/lustre/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lustre_mount_state: mounted
lustre_mount_options: 'defaults,_netdev,noauto,x-systemd.automount,x-systemd.requires=lnet.service'

# below variables are for build and should not generally require changes
lustre_repo: "git://git.whamcloud.com/fs/lustre-release.git"
lustre_git_repo: "git://git.whamcloud.com/fs/lustre-release.git"
lustre_build_packages:
- "kernel-devel-{{ ansible_kernel }}"
- git
Expand Down

0 comments on commit 881c5d3

Please sign in to comment.