回答編集履歴
2
インデントの修正
test
CHANGED
@@ -4,11 +4,9 @@
|
|
4
4
|
|
5
5
|
```yaml
|
6
6
|
|
7
|
-
- n
|
7
|
+
- win_shell: 'Get-WmiObject win32_quickfixengineering'
|
8
8
|
|
9
|
-
win_shell: 'Get-WmiObject win32_quickfixengineering'
|
10
|
-
|
11
|
-
|
9
|
+
register: hotfix_before
|
12
10
|
|
13
11
|
```
|
14
12
|
|
1
インデントの修正
test
CHANGED
@@ -6,9 +6,9 @@
|
|
6
6
|
|
7
7
|
- name: Check HotFix List Before Updating
|
8
8
|
|
9
|
-
|
9
|
+
win_shell: 'Get-WmiObject win32_quickfixengineering'
|
10
10
|
|
11
|
-
|
11
|
+
register: hotfix_before
|
12
12
|
|
13
13
|
```
|
14
14
|
|