From 4237768025dfc15013b8cc48325238a8646c4e58 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 27 Jul 2015 19:44:08 +0000 Subject: [PATCH] These groups aren't there either. --- roles/s3-mirror/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/s3-mirror/tasks/main.yml b/roles/s3-mirror/tasks/main.yml index 83b0534b68..5843472bde 100644 --- a/roles/s3-mirror/tasks/main.yml +++ b/roles/s3-mirror/tasks/main.yml @@ -2,7 +2,7 @@ group: gid=442 name=s3-mirror - name: Create s3-mirror user - user: group=s3-mirror groups=mirrors,mirrors2 name=s3-mirror comment="s3-mirror user" home=/home/s3-mirror shell=/bin/bash + user: group=s3-mirror name=s3-mirror comment="s3-mirror user" home=/home/s3-mirror shell=/bin/bash - name: s3cfg file template: src=s3cfg dest=/home/s3-mirror/.s3cfg owner=s3-mirror group=s3-mirror mode=0600