2023-09-06 14:43:55 +02:00
|
|
|
---
|
2024-02-03 16:42:19 +01:00
|
|
|
- name: Base configuration for all hosts
|
|
|
|
import_tasks:
|
|
|
|
file: base.yml
|
|
|
|
|
|
|
|
- name: Fix sound on lt- hosts
|
|
|
|
import_tasks:
|
|
|
|
file: soundfix.yml
|
|
|
|
when: "'lt-' in inventory_hostname"
|
2024-06-06 10:29:07 +02:00
|
|
|
|
|
|
|
- name: Copy Beamerscript to lt- hosts
|
|
|
|
import_tasks:
|
|
|
|
file: beamerscript.yml
|
|
|
|
when: "'lt-' in inventory_hostname"
|