Write xorg variable to a file
This commit is contained in:
parent
c53470f2fe
commit
3e24e74cff
1010
Manual.html
1010
Manual.html
File diff suppressed because it is too large
Load Diff
@ -1894,6 +1894,15 @@ first_run: False
|
||||
var: xorg.secondary
|
||||
when: xorg.secondary is defined
|
||||
|
||||
- name: write xorg variable to /etc/yavdr/xorg.yml
|
||||
block:
|
||||
- file:
|
||||
state: directory
|
||||
path: /etc/yavdr
|
||||
- copy:
|
||||
content: '{{ xorg | to_nice_yaml }}'
|
||||
dest: /etc/yavdr/xorg.yml
|
||||
|
||||
- name: "stop x-verbose@vt7.service"
|
||||
systemd:
|
||||
name: "x-verbose@vt7.service"
|
||||
|
@ -88,6 +88,15 @@
|
||||
var: xorg.secondary
|
||||
when: xorg.secondary is defined
|
||||
|
||||
- name: write xorg variable to /etc/yavdr/xorg.yml
|
||||
block:
|
||||
- file:
|
||||
state: directory
|
||||
path: /etc/yavdr
|
||||
- copy:
|
||||
content: '{{ xorg | to_nice_yaml }}'
|
||||
dest: /etc/yavdr/xorg.yml
|
||||
|
||||
- name: "stop x-verbose@vt7.service"
|
||||
systemd:
|
||||
name: "x-verbose@vt7.service"
|
||||
|
Loading…
Reference in New Issue
Block a user