small cleanup
This commit is contained in:
		@@ -69,7 +69,7 @@ Format: "%d:%d:%d" (lspci liefert es als "%04x:%02x:%02x.%x", domain, bus, devic
 | 
				
			|||||||
- Wie mit mehreren GPUs umgehen? Priorität bzw. Reihenfolge?
 | 
					- Wie mit mehreren GPUs umgehen? Priorität bzw. Reihenfolge?
 | 
				
			||||||
- Was ist mit NVidia Optimus/Bumblebee (AFAIK keine VDPAU-Funktionalität)?
 | 
					- Was ist mit NVidia Optimus/Bumblebee (AFAIK keine VDPAU-Funktionalität)?
 | 
				
			||||||
- Wie BusID der xrandr-Ausgabe zuordnen?
 | 
					- Wie BusID der xrandr-Ausgabe zuordnen?
 | 
				
			||||||
*** NVIDIA-Dokumentation zur BusID:
 | 
					*** NOTE NVIDIA-Dokumentation zur BusID:
 | 
				
			||||||
**** What is the format of a PCI Bus ID?
 | 
					**** What is the format of a PCI Bus ID?
 | 
				
			||||||
Different tools have different formats for the PCI Bus ID of a PCI device.
 | 
					Different tools have different formats for the PCI Bus ID of a PCI device.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -886,7 +886,7 @@ install_avahi: true
 | 
				
			|||||||
#   shell: 'ethtool {{ item }} | grep -Po "(?<=Supports\sWake-on:\s).*$"'
 | 
					#   shell: 'ethtool {{ item }} | grep -Po "(?<=Supports\sWake-on:\s).*$"'
 | 
				
			||||||
#   register: wol
 | 
					#   register: wol
 | 
				
			||||||
#   with_items: '{% for interface in ansible_interfaces if interface != 'lo' and interface != 'bond0' %}'
 | 
					#   with_items: '{% for interface in ansible_interfaces if interface != 'lo' and interface != 'bond0' %}'
 | 
				
			||||||
  
 | 
					
 | 
				
			||||||
- name: restart autofs if running
 | 
					- name: restart autofs if running
 | 
				
			||||||
  systemd:
 | 
					  systemd:
 | 
				
			||||||
    name: autofs
 | 
					    name: autofs
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user