Change incorrect `items:` to `loop:` in tests.

pull/28792/head
Matt Clay 7 years ago
parent 853fa8223a
commit 8b15b93d01

@ -13,7 +13,7 @@
test_win_regedit_key_expected_value_null: '{{item.value_null}}'
test_win_regedit_key_expected_value1: '{{item.value1}}'
test_win_regedit_key_expected_value2: '{{item.value2}}'
items:
loop:
- type: dword
reg_type: REG_DWORD
data1: 1337 # decimal format

@ -311,7 +311,7 @@
win_regedit:
path: '{{test_win_regedit_local_key}}\{{item}}'
state: present
items:
loop:
- nest1
- nest2
- nest1\nested

Loading…
Cancel
Save