質問編集履歴

4

pp

2018/02/27 01:17

投稿

momo2
momo2

スコア21

test CHANGED
File without changes
test CHANGED
@@ -5,39 +5,3 @@
5
5
  調べているとphythonのバグという記載もみましたが、修正方法を教えて下さい。
6
6
 
7
7
  お願いします。
8
-
9
- python2.7.5のバージョンを使っています。
10
-
11
- TASK [Gathering Facts] で止まり、そのあと、ctl+cで停止させています。
12
-
13
- ```ここに言語を入力
14
-
15
- [root@localhost ~]# ansible-playbook -i hosts.ini test.yml
16
-
17
- SSH password:
18
-
19
-
20
-
21
- PLAY [google] ******************************************************************************************************
22
-
23
-
24
-
25
- TASK [Gathering Facts] *********************************************************************************************
26
-
27
- ^CProcess WorkerProcess-1:
28
-
29
- Traceback (most recent call last):
30
-
31
- File "/usr/lib64/python2.7/multiprocessing/process.py", line 258, in _bootstrap
32
-
33
- self.run()
34
-
35
- File "/usr/lib/python2.7/site-packages/ansible/executor/process/worker.py", line 116, in run
36
-
37
- self._rslt_q
38
-
39
- File "/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 125, in run
40
-
41
- [ERROR]: User interrupted execution
42
-
43
- ```

3

修正

2018/02/27 01:17

投稿

momo2
momo2

スコア21

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  python2.7.5のバージョンを使っています。
10
10
 
11
-
11
+ TASK [Gathering Facts] で止まり、そのあと、ctl+cで停止させています。
12
12
 
13
13
  ```ここに言語を入力
14
14
 

2

文の修正

2017/08/15 10:55

投稿

momo2
momo2

スコア21

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- ``ここに言語を入力
13
+ ```ここに言語を入力
14
14
 
15
15
  [root@localhost ~]# ansible-playbook -i hosts.ini test.yml
16
16
 

1

文の修正

2017/08/15 10:11

投稿

momo2
momo2

スコア21

test CHANGED
File without changes
test CHANGED
@@ -6,9 +6,11 @@
6
6
 
7
7
  お願いします。
8
8
 
9
+ python2.7.5のバージョンを使っています。
9
10
 
10
11
 
12
+
11
- ```ここに言語を入力
13
+ ``ここに言語を入力
12
14
 
13
15
  [root@localhost ~]# ansible-playbook -i hosts.ini test.yml
14
16