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.
This commit is contained in:
Christoph Kluge 2018-07-24 20:55:09 +02:00 committed by GitHub
parent 74123647fe
commit fe54b44f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: