From 39dbc7e6fc4938f2c1f370949e779cf5c2451f78 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Jan 2019 20:33:49 +0200 Subject: Change: use a "user" action that should work with old ansible --- roles/effi-reg/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/effi-reg/tasks/main.yml b/roles/effi-reg/tasks/main.yml index 4553a39..2243b45 100644 --- a/roles/effi-reg/tasks/main.yml +++ b/roles/effi-reg/tasks/main.yml @@ -8,8 +8,7 @@ - name: "create users" user: name: "{{ item }}" - groups: - - "{{ item }}" + group: "{{ item }}" shell: /bin/false with_items: - _effiapi -- cgit v1.2.1