Fix Windows integration tests.

This commit is contained in:
Matt Clay 2018-01-05 16:52:06 -08:00
commit ab5dbca47e
2 changed files with 21 additions and 0 deletions

View file

@ -50,6 +50,7 @@
- name: set expected value for reg structure
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -78,6 +79,7 @@
- name: set expected value for reg key with no sub keys but some properties
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -101,6 +103,7 @@
- name: set expected value for reg key without sub keys or properties
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -121,6 +124,7 @@
- name: set expected value for non-existent reg key
set_fact:
expected:
attempts: 1
changed: false
exists: false
failed: false
@ -139,6 +143,7 @@
- name: set expected string property
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -160,6 +165,7 @@
- name: set expected expand string property
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -181,6 +187,7 @@
- name: set expected multi string property
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -202,6 +209,7 @@
- name: set expected binary property
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -223,6 +231,7 @@
- name: set expected dword property
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -244,6 +253,7 @@
- name: set expected qword property
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -265,6 +275,7 @@
- name: set expected none property
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -286,6 +297,7 @@
- name: set expected none with value property
set_fact:
expected:
attempts: 1
changed: false
exists: true
failed: false
@ -307,6 +319,7 @@
- name: set expected non-existence property
set_fact:
expected:
attempts: 1
changed: false
exists: false
failed: false