From fe54b44f968c281ac1807c99c0616795a50c42a1 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Tue, 24 Jul 2018 20:55:09 +0200 Subject: [PATCH] Upgrade ansible-tower-cli if it was preinstalled In order to make this document a bit more fault-tolerant I've been adding the `--upgrade` parameter to the installation. --- DATA_MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATA_MIGRATION.md b/DATA_MIGRATION.md index e12c3e3583..4ad788641f 100644 --- a/DATA_MIGRATION.md +++ b/DATA_MIGRATION.md @@ -13,7 +13,7 @@ This tool does __not__ support export/import of the following: In terminal, pip install tower-cli (if you do not have pip already, install [here](https://pip.pypa.io/en/stable/installing/)): ``` -$ pip install ansible-tower-cli +$ pip install --upgrade ansible-tower-cli ``` The AWX host URL, user, and password must be set for the AWX instance to be exported: