Fix indentation

This commit is contained in:
Alexander Grothe 2018-01-16 14:58:22 +01:00
parent b8b86e8a1d
commit b08f5d842a
3 changed files with 6345 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1904,9 +1904,9 @@ 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:
with_items:
- ('xorg', xorg)
- ('xrandr', xrandr['Screen 0:'])

View File

@ -102,9 +102,9 @@
- 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:
with_items:
- ('xorg', xorg)
- ('xrandr', xrandr['Screen 0:'])