回答編集履歴

2

pp

2018/02/27 01:30

投稿

gants
gants

スコア18

test CHANGED
@@ -1,14 +1,6 @@
1
1
  fatal: [----]: FAILED! => {"changed": false, "failed": true, "msg": "Unable to restart service squid: Job for squid.service failed. See 'systemctl status squid.service' and 'journalctl -xn' for details.\n"}
2
2
 
3
- to retry, use: --limit @/root/ansible-squid/kickcancrew.retry
3
+ to retry, use: --limit @/root/ansible
4
-
5
- tasks:
6
-
7
- - service:
8
-
9
- name: squid
10
-
11
- state: restarted
12
4
 
13
5
  と上記のようにエラーが出ましたが、再度実行したところ、流れました。
14
6
 

1

pp

2018/02/27 01:30

投稿

gants
gants

スコア18

test CHANGED
File without changes