diff --git a/defaults/main.yml b/defaults/main.yml index afbcd08c..3ef0574f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -158,7 +158,7 @@ swift_allow_all_users: False swift_recreate_keys: False swift_sorting_method: shuffle # Set the fallocate_reserve value which will reserve space and fail on PUTs above this value in bytes (Default 10GB) -swift_fallocate_reserve: "{{ (swift_venv_python_executable == 'python3' and swift_install_method == 'source') | ternary('1%%', '1%') }}" +swift_fallocate_reserve: "1%" swift_account_fallocate_reserve: "{{ swift_fallocate_reserve }}" swift_container_fallocate_reserve: "{{ swift_fallocate_reserve }}" swift_object_fallocate_reserve: "{{ swift_fallocate_reserve }}"