mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Change incorrect items: to loop: in tests.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user