回答編集履歴

2

インデントの修正

2020/08/06 11:59

投稿

hiyokotaisa
hiyokotaisa

スコア50

test CHANGED
@@ -4,11 +4,9 @@
4
4
 
5
5
  ```yaml
6
6
 
7
- - name: Check HotFix List Before Updating
7
+ - win_shell: 'Get-WmiObject win32_quickfixengineering'
8
8
 
9
- win_shell: 'Get-WmiObject win32_quickfixengineering'
10
-
11
- register: hotfix_before
9
+ register: hotfix_before
12
10
 
13
11
  ```
14
12
 

1

インデントの修正

2020/08/06 11:59

投稿

hiyokotaisa
hiyokotaisa

スコア50

test CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  - name: Check HotFix List Before Updating
8
8
 
9
- win_shell: 'Get-WmiObject win32_quickfixengineering'
9
+ win_shell: 'Get-WmiObject win32_quickfixengineering'
10
10
 
11
- register: hotfix_before
11
+ register: hotfix_before
12
12
 
13
13
  ```
14
14