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:
parent
6656e67a09
commit
8718b84467
2 changed files with 11 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue