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 Feb 10, 2025
1 parent 332a1cb commit 6c1db74
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 6c1db74

Please sign in to comment.