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,7 +1904,7 @@ xorg_data: {}
|
||||
- name: save results
|
||||
block:
|
||||
- name: write xorg and xrandr variable to xorg_data dictionary
|
||||
set_fact:
|
||||
- set_fact:
|
||||
xorg_data: '{{ xorg_data|combine({item[0]: item[1]}) }}'
|
||||
with_items:
|
||||
- ('xorg', xorg)
|
||||
|
@ -102,7 +102,7 @@
|
||||
- name: save results
|
||||
block:
|
||||
- name: write xorg and xrandr variable to xorg_data dictionary
|
||||
set_fact:
|
||||
- set_fact:
|
||||
xorg_data: '{{ xorg_data|combine({item[0]: item[1]}) }}'
|
||||
with_items:
|
||||
- ('xorg', xorg)
|
||||
|
Loading…
Reference in New Issue
Block a user