Increase timeout after stopping xlogin@vdr

This commit is contained in:
Alexander Grothe 2017-12-19 15:27:36 +01:00
parent bde3106c47
commit a84b9b1742
3 changed files with 2 additions and 5 deletions

View File

@ -1779,7 +1779,7 @@ b'\xde\xad\xbe\xef'
- name: "wait a little bit before starting x-verbose@vt7.service (needed?)"
wait_for:
timeout: 3
timeout: 10
- name: "start x-verbose@.service"
systemd:

View File

@ -1,9 +1,6 @@
---
# file: group_vars/all
# for translation filter
locale: "{{ ansible_env.LANG }}"
# this is the standard text to put in templates
ansible_managed_file: "*** YAVDR: ANSIBLE MANAGED FILE ***"
branch: experimental

View File

@ -30,7 +30,7 @@
- name: "wait a little bit before starting x-verbose@vt7.service (needed?)"
wait_for:
timeout: 3
timeout: 10
- name: "start x-verbose@.service"
systemd: