Remove params for zuul_console

Our logic in zuul_console has changed, we no longer need to set up
these values by default.

Change-Id: I65082c2e3c2773ac63ab109b84e30685b933f83c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-06-09 18:59:42 -04:00
parent 276e55114d
commit 0d8d1d6aed
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 7 deletions

View File

@ -1,12 +1,6 @@
- name: Ensure console.log does not exist.
file:
path: /tmp/console.log
state: absent
# TODO(pabelanger): Handle cleanup on static nodes
- name: Start zuul_console daemon.
zuul_console:
path: /tmp/console.log
port: 19885
- name: Create workspace directory.
file: