From 54939087498bc12012ff1107e226ae8603f541b8 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 11 Oct 2022 13:45:52 +1100 Subject: [PATCH] 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 --- playbooks/periodic/goaccess.yaml | 2 +- playbooks/zuul/run-production-playbook-post.yaml | 2 +- playbooks/zuul/run-production-playbook.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/periodic/goaccess.yaml b/playbooks/periodic/goaccess.yaml index ede3df57ad..722bc17e7a 100644 --- a/playbooks/periodic/goaccess.yaml +++ b/playbooks/periodic/goaccess.yaml @@ -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: diff --git a/playbooks/zuul/run-production-playbook-post.yaml b/playbooks/zuul/run-production-playbook-post.yaml index b983400f95..cdfa5540a7 100644 --- a/playbooks/zuul/run-production-playbook-post.yaml +++ b/playbooks/zuul/run-production-playbook-post.yaml @@ -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: diff --git a/playbooks/zuul/run-production-playbook.yaml b/playbooks/zuul/run-production-playbook.yaml index 34125eb72e..e1140dbdb3 100644 --- a/playbooks/zuul/run-production-playbook.yaml +++ b/playbooks/zuul/run-production-playbook.yaml @@ -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: