2017-03-26 13:57:31 +02:00
|
|
|
---
|
2017-08-28 18:13:08 +02:00
|
|
|
# file: displays.yml
|
2019-04-30 18:09:29 +02:00
|
|
|
# this playbook runs the yavdr-xorg role
|
2017-03-26 13:57:31 +02:00
|
|
|
|
2019-05-06 18:35:18 +02:00
|
|
|
- name: rescan displays
|
2017-03-26 13:57:31 +02:00
|
|
|
hosts: all
|
|
|
|
become: true
|
|
|
|
roles:
|
2017-04-10 13:24:40 +02:00
|
|
|
- yavdr-xorg
|
2017-03-26 13:57:31 +02:00
|
|
|
|
|
|
|
handlers:
|
|
|
|
- include: handlers/main.yml
|