From 760248df775a20cbe49fae3839a171f4ab6c6c40 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Mon, 5 Mar 2018 21:51:59 +0000 Subject: [PATCH] Require ansible 2.4+. Signed-off-by: Lantao Liu --- contrib/ansible/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ansible/README.md b/contrib/ansible/README.md index 6c049d578..ff9ac51ca 100644 --- a/contrib/ansible/README.md +++ b/contrib/ansible/README.md @@ -10,7 +10,7 @@ This document provides the steps to bring up a Kubernetes cluster using ansible ### Prerequisites: - **OS**: Ubuntu 16.04 (will be updated with additional distros after testing) - **Python**: 2.7+ -- **Ansible**: 2.3+ +- **Ansible**: 2.4+ ## Step 0: - Install Ansible on the host where you will provision the cluster. This host may be one of the nodes you plan to include in your cluster. Installation instructions for Ansible are found [here](http://docs.ansible.com/ansible/latest/intro_installation.html).