質問編集履歴

1

coden内にmsg,構文を記載。

2017/07/26 13:38

投稿

laulaula
laulaula

スコア74

test CHANGED
File without changes
test CHANGED
@@ -6,17 +6,23 @@
6
6
 
7
7
  値は正常に表示されているのですが、route53側の処理に入った際にエラー終了となります。
8
8
 
9
+ ```
10
+
9
11
  ①"msg": "xxxxxxxxxxxxxxxxx.compute.amazonaws.com"
12
+
13
+ ```
14
+
15
+ ```
10
16
 
11
17
  ②fatal: [127.0.0.1]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'item' is undefined\n\nThe error appears to have been in '/mnt/share/aws/test.yml': line 35, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n - name: Set Public DNS to CNAME in Route53\n ^ here\n"}
12
18
 
13
-
19
+ ```
14
20
 
15
21
  ★以下コマンド実行にてroute53側で大本のZONE自体は登録されていることは確認済みです。
16
22
 
17
23
  $ aws route53 list-hosted-zones
18
24
 
19
-
25
+ ```
20
26
 
21
27
  test.yml
22
28
 
@@ -70,11 +76,11 @@
70
76
 
71
77
  #route53
72
78
 
73
- - name: Set Public DNS to CNAME in Route53
79
+ - name: Set Public DNS to CNAME in Route53 --②
74
80
 
75
81
  route53:
76
82
 
77
- command: create --② line37
83
+ command: create
78
84
 
79
85
  zone: "ex.com"
80
86
 
@@ -92,9 +98,9 @@
92
98
 
93
99
  =======================
94
100
 
101
+ ```
95
102
 
96
-
97
- 原因について、ご教示いただければ幸いです。
103
+ 原因についてご存知の方がいらっしゃたら、ご教示いただければ幸いです。
98
104
 
99
105
 
100
106