Correct zuul_console_disabled flag
This was introduced by Ifbb5b8acb1f231812905cf9643bfec6fbbd08324. The flag is actually "disabled". Zuul documentation has been updated with Ib45ec943d4b227ba254354d116440aa521fb6b9e. Change-Id: Ie0a0d8f4ae137dc12f4c13f901096ee39d9a088e
This commit is contained in:
parent
14b85ea1b8
commit
5493908749
@ -8,7 +8,7 @@
|
||||
ansible_port: 22
|
||||
ansible_user: zuul
|
||||
# Port 19885 is firewalled
|
||||
zuul_console_disable: true
|
||||
zuul_console_disabled: true
|
||||
|
||||
- name: Add static.opendev.org host key
|
||||
known_hosts:
|
||||
|
@ -11,7 +11,7 @@
|
||||
ansible_host: bridge.openstack.org
|
||||
ansible_port: 22
|
||||
# Port 19885 is frewalled
|
||||
zuul_console_disable: true
|
||||
zuul_console_disabled: true
|
||||
|
||||
- hosts: bridge.openstack.org
|
||||
tasks:
|
||||
|
@ -11,7 +11,7 @@
|
||||
ansible_host: bridge.openstack.org
|
||||
ansible_port: 22
|
||||
# Port 19885 is firewalled
|
||||
zuul_console_disable: true
|
||||
zuul_console_disabled: true
|
||||
|
||||
- hosts: bridge.openstack.org
|
||||
tasks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user