Skip to content

Commit 5c8f768

Browse files
committed
Override afs_cache_size properly in real-afs
1 parent 2488781 commit 5c8f768

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
use_afs: "{{ 'fuse-better-mousetrapfs' in scripts_packages and 'openafs-client' in scripts_packages and 'dkms-openafs' in scripts_packages and 'tokensys' in scripts_packages }}"
2-
afs_cache_size: 10000000

ansible/roles/real-afs/meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ dependencies:
1717
- scripts-openafs-krb5
1818
- tokensys
1919
afs_cellservdb_name: CellServDB.local
20+
afs_cache_size: "{{ hostvars[inventory_hostname]['afs_cache_size'] | default(10000000) }}"

0 commit comments

Comments
 (0)