1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Add note about needing openshift python lib

This commit is contained in:
Shane McDonald 2021-01-26 15:14:06 -05:00
parent ba8c44f8a6
commit fb7b36cfbd
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -29,6 +29,12 @@ $ ls -la /awx_devel
Clone the [awx-operator](https://github.com/ansible/awx-operator).
For the following playbooks to work, you will need to:
```
$ pip install openshift
```
If you are not changing any code in the operator itself, simply run:
```