Remove special rule for gentoo
This commit is contained in:
parent
6016996574
commit
3c445d0f90
30
site.yml
30
site.yml
@ -10,36 +10,6 @@
|
|||||||
- role: ansible-pull
|
- role: ansible-pull
|
||||||
become: yes
|
become: yes
|
||||||
tags: [ ansible, common ]
|
tags: [ ansible, common ]
|
||||||
- hosts: gentoo
|
|
||||||
post_tasks:
|
|
||||||
- name: confirm liblzo2 dllmap
|
|
||||||
lineinfile:
|
|
||||||
path: /etc/mono/config
|
|
||||||
insertafter: "<configuration>"
|
|
||||||
line: '<dllmap dll="lzo2.dll" target="liblzo2.so.2" os="!windows"/>'
|
|
||||||
become: yes
|
|
||||||
tags: [ desktop, mono ]
|
|
||||||
- name: give python3 cap_sys_ptrace
|
|
||||||
capabilities:
|
|
||||||
path: /usr/bin/python3.8
|
|
||||||
# Required for Randovania to access Dolphin memory
|
|
||||||
capability: cap_sys_ptrace+eip
|
|
||||||
become: yes
|
|
||||||
tags: [ desktop, python, cap ]
|
|
||||||
roles:
|
|
||||||
- role: desktop
|
|
||||||
become: yes
|
|
||||||
tags: [ desktop ]
|
|
||||||
- role: grub
|
|
||||||
become: yes
|
|
||||||
tags: [ desktop, grub ]
|
|
||||||
- role: udev
|
|
||||||
vars:
|
|
||||||
udev_rules:
|
|
||||||
# Switch RCM stuff
|
|
||||||
- SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0664", GROUP="plugdev"
|
|
||||||
become: yes
|
|
||||||
tags: [ desktop, udev ]
|
|
||||||
# Home desktops
|
# Home desktops
|
||||||
- hosts: desktop
|
- hosts: desktop
|
||||||
post_tasks:
|
post_tasks:
|
||||||
|
Loading…
Reference in New Issue
Block a user