]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Add user ubuntu to group kvm during rhel setup
authorAndrew Schoen <aschoen@redhat.com>
Mon, 16 Mar 2015 21:29:24 +0000 (16:29 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 24 Mar 2015 00:18:48 +0000 (17:18 -0700)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/common/tasks/setup-redhat.yml

index da987782c3061253d52d025e92312e8911320a4b..2d61d027371a43fd2144b79a65b3548cd9ef9da7 100644 (file)
     path: /etc/fuse.conf
     mode: 0644
 
+- name: Add user ubuntu to group kvm
+  user:
+    name: ubuntu
+    group: kvm
+
 - name: Include version specific tasks.
   include: redhat/rhel_7.0.yml
   when: ansible_distribution_version == "7.0"