Increase timeout after stopping xlogin@vdr
This commit is contained in:
parent
bde3106c47
commit
a84b9b1742
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user