From 2ab7bc69513a62fe1d414cd155b715bc682c696f Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 13 Apr 2015 09:47:06 -0500 Subject: [PATCH] Add teuthology user to groups kvm and disk on ubuntu Signed-off-by: Andrew Schoen --- roles/testnode/tasks/setup-ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/testnode/tasks/setup-ubuntu.yml b/roles/testnode/tasks/setup-ubuntu.yml index c313e2e..4bd2dcc 100644 --- a/roles/testnode/tasks/setup-ubuntu.yml +++ b/roles/testnode/tasks/setup-ubuntu.yml @@ -53,10 +53,10 @@ group: fuse mode: 0644 -- name: Add teuthology user to group fuse. +- name: Add teuthology user to groups fuse, kvm and disk. user: name: "{{ teuthology_user }}" # group sets the primary group, while groups just adds # the user to the specified group or groups. - groups: fuse + groups: fuse,kvm,disk append: yes -- 2.39.5