aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-05-29 18:39:28 +0200
committerTharre <tharre3@gmail.com>2017-05-29 18:39:28 +0200
commit838b66afe800c9c281f67fdc5955e86e916c96e2 (patch)
tree3623d309ede413e1e3b0f74a3906a3b4f47c51f6
parent552bac46af4ceb0069d7d34a0a229c461ce7d0b7 (diff)
downloadansible-teamspeak-838b66afe800c9c281f67fdc5955e86e916c96e2.tar.gz
ansible-teamspeak-838b66afe800c9c281f67fdc5955e86e916c96e2.tar.xz
ansible-teamspeak-838b66afe800c9c281f67fdc5955e86e916c96e2.zip
Increase timeout
-rw-r--r--tasks/display.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/display.yml b/tasks/display.yml
index b4b3d6d..9c153e2 100644
--- a/tasks/display.yml
+++ b/tasks/display.yml
@@ -7,7 +7,7 @@
- name: "Display : Wait until TeamSpeak 3 ServerQuery is open"
wait_for:
port: "{{ teamspeak_network.query.port }}"
- timeout: 10
+ timeout: 30
- name: "Display : Fetch the password of the Server Query Admin Account"
shell: journalctl --unit teamspeak3-server.service --reverse | awk -F'"' '/password=/ { print $4; exit }'