diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index b517f17c21..fccc620687 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -504,7 +504,7 @@ panko_database_type: "mysql" ################# # Gnocchi options ################# -# Vaid options are [file, ceph] +# Valid options are [file, ceph] gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"