We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8f768 commit 842d8c2Copy full SHA for 842d8c2
ansible/roles/afs/tasks/install_RedHat.yml
@@ -8,7 +8,7 @@
8
path: /etc/sysconfig/openafs
9
section: null
10
option: AFSD_ARGS
11
- value: '"-afsdb -dynroot -fakestat -stat 25000 -daemons 100 -volumes 4000 -files {{ afs_cache_size // 25 }} -chunksize 19"'
+ value: '"-afsdb -dynroot -fakestat -stat 25000 -daemons 100 -volumes 4000 -files {{ (afs_cache_size|int) // 25 }} -chunksize 19"'
12
notify: restart openafs-client
13
- name: Configure ThisCell
14
copy:
0 commit comments