diff --git a/roles/03-installation-minecraft/tasks/01-create-user-group.yml b/roles/03-installation-minecraft/tasks/01-create-user-group.yml index 347807f..0b092f9 100644 --- a/roles/03-installation-minecraft/tasks/01-create-user-group.yml +++ b/roles/03-installation-minecraft/tasks/01-create-user-group.yml @@ -1,4 +1,5 @@ - name: Create minecraft group + --- + - name: Create minecraft group group: name: "{{ minecraft_group }}" state: present