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: