Fix indentation
This commit is contained in:
parent
b8b86e8a1d
commit
b08f5d842a
6343
Manual.html
6343
Manual.html
File diff suppressed because it is too large
Load Diff
@ -1904,9 +1904,9 @@ xorg_data: {}
|
|||||||
- name: save results
|
- name: save results
|
||||||
block:
|
block:
|
||||||
- name: write xorg and xrandr variable to xorg_data dictionary
|
- name: write xorg and xrandr variable to xorg_data dictionary
|
||||||
set_fact:
|
- set_fact:
|
||||||
xorg_data: '{{ xorg_data|combine({item[0]: item[1]}) }}'
|
xorg_data: '{{ xorg_data|combine({item[0]: item[1]}) }}'
|
||||||
with_items:
|
with_items:
|
||||||
- ('xorg', xorg)
|
- ('xorg', xorg)
|
||||||
- ('xrandr', xrandr['Screen 0:'])
|
- ('xrandr', xrandr['Screen 0:'])
|
||||||
|
|
||||||
|
@ -102,9 +102,9 @@
|
|||||||
- name: save results
|
- name: save results
|
||||||
block:
|
block:
|
||||||
- name: write xorg and xrandr variable to xorg_data dictionary
|
- name: write xorg and xrandr variable to xorg_data dictionary
|
||||||
set_fact:
|
- set_fact:
|
||||||
xorg_data: '{{ xorg_data|combine({item[0]: item[1]}) }}'
|
xorg_data: '{{ xorg_data|combine({item[0]: item[1]}) }}'
|
||||||
with_items:
|
with_items:
|
||||||
- ('xorg', xorg)
|
- ('xorg', xorg)
|
||||||
- ('xrandr', xrandr['Screen 0:'])
|
- ('xrandr', xrandr['Screen 0:'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user