Skip to content

Commit

Permalink
Removing old vagrant-winrm plugin, keeping current user groups untouched
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Mar 6, 2019
1 parent 791949e commit 897c2f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ansible/build_remote_ssh_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

vagrant_plugins:
- vagrant-libvirt
- vagrant-winrm

tasks:
- name: Install Python
Expand Down Expand Up @@ -90,12 +89,6 @@
register: result
until: result is succeeded

- name: Add the current user "{{ ansible_user_id }}" to docker and libvirt group
user:
name: "{{ ansible_user_id }}"
groups: docker,kvm,libvirt,vboxusers
append: yes

- name: Add the gitlab-runner user to docker and libvirt group
user:
name: gitlab-runner
Expand Down

0 comments on commit 897c2f6

Please sign in to comment.