diff --git a/tasks/nova_pre_install.yml b/tasks/nova_pre_install.yml index f1eefa21..cf420c4d 100644 --- a/tasks/nova_pre_install.yml +++ b/tasks/nova_pre_install.yml @@ -16,7 +16,7 @@ - name: create the system group group: name: "{{ nova_system_group_name }}" - gid: "{{ nova_system_group_uid|default(omit) }}" + gid: "{{ nova_system_group_gid|default(omit) }}" state: "present" system: "yes" tags: