Change incorrect items:
to loop:
in tests.
This commit is contained in:
parent
853fa8223a
commit
8b15b93d01
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue