summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2022-09-14 17:13:55 -0700
committerJames E. Blair <jim@acmegating.com>2022-09-14 17:14:10 -0700
commit2d6b5c19ba2a083d4c3c1cbf656229eaf15616fa (patch)
tree321e0355bdcf12f32ba6787f1652adfdf565a4ea /doc
parenta4fdfba1e3f07d554d6625413154c804d3c64d6f (diff)
downloadzuul-2d6b5c19ba2a083d4c3c1cbf656229eaf15616fa.tar.gz
Remove support for Ansible 2
Versions 2.8 and 2.9 are no longer supported by the Ansible project. Change-Id: I888ddcbecadd56ced83a27ae5a6e70377dc3bf8c
Diffstat (limited to 'doc')
-rw-r--r--doc/source/examples/docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/examples/docker-compose.yaml b/doc/source/examples/docker-compose.yaml
index ee0093b3c..af5c970de 100644
--- a/doc/source/examples/docker-compose.yaml
+++ b/doc/source/examples/docker-compose.yaml
@@ -26,7 +26,7 @@ services:
- "../../../tools/:/var/zuul-tools/:z"
# NOTE(pabelanger): Be sure to update this line each time we change the
# default version of ansible for Zuul.
- command: "/usr/local/lib/zuul/ansible/2.9/bin/ansible-playbook /var/playbooks/setup.yaml"
+ command: "/usr/local/lib/zuul/ansible/5/bin/ansible-playbook /var/playbooks/setup.yaml"
networks:
- zuul
zk: