From 51d9e2f9b1db5264e00509de3848ea6b586600e6 Mon Sep 17 00:00:00 2001 From: Maxime Guyot Date: Mon, 30 Mar 2020 15:21:54 +0200 Subject: [PATCH] Update to Ansible v2.7.16 (#5850) --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbea3c509..87f3b81df 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Note: The list of validated [docker versions](https://github.com/kubernetes/kube ## Requirements - **Minimum required version of Kubernetes is v1.15** -- **Ansible v2.7.8 and python-netaddr is installed on the machine that will run Ansible commands** +- **Ansible v2.7.16 and python-netaddr is installed on the machine that will run Ansible commands** - **Jinja 2.9 (or newer) is required to run the Ansible Playbooks** - The target servers must have **access to the Internet** in order to pull docker images. Otherwise, additional configuration is required (See [Offline Environment](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/downloads.md#offline-environment)) - The target servers are configured to allow **IPv4 forwarding**. diff --git a/requirements.txt b/requirements.txt index 26a69f4c1..8fd6c2165 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible==2.7.12 +ansible==2.7.16 jinja2==2.10.1 netaddr==0.7.19 pbr==5.2.0