diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index b517f17c210af42b3e1d50919be200ccbedd9f1a..fccc6206878d42ab3a982a7b582bbcc22b591291 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' }}"