Update dotfiles

This commit is contained in:
2018-08-12 14:31:14 +02:00
parent 4176bff6b2
commit 8783616f54
10 changed files with 52 additions and 2 deletions

View File

@@ -74,6 +74,17 @@
- NetworkManager
become: true
- name: set groups
user:
name: "{{ user }}"
groups:
- libvirt
- wheel
- vboxusers
- wireshark
- docker
become: true
- name: get systemd boot target
command: systemctl get-default
register: systemd_target