1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

update xrandr

This commit is contained in:
Lilian Roller 2019-04-26 11:06:28 +02:00
parent 6656e67a09
commit 8718b84467
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 11 additions and 1 deletions

View file

@ -17,6 +17,16 @@
state: present state: present
when: ansible_os_family == 'Archlinux' when: ansible_os_family == 'Archlinux'
- name: Install OpenVPN all
become: yes
package:
name:
- openvpn
- bridge-utils
- easy-rsa
state: present
when: ansible_os_family != 'Archlinux'
- name: Add the tun module - name: Add the tun module
become: yes become: yes
modprobe: modprobe:

@ -1 +1 @@
Subproject commit d8e871501a5b09f184c619001689ea07ba2f9c56 Subproject commit 28b6a207194cd28f3c2d3768e782e216ae4cf4e9