create cli with venv installation for new ansible workspace

This commit is contained in:
2021-12-21 21:31:44 -05:00
parent 22ef544758
commit d8ed170ecc
14 changed files with 47 additions and 0 deletions

7
ansible-5/cli/env/freeze vendored Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
pip freeze > requirements.txt
ls -l requirements.txt
python --version > pythonversion.txt
ls -l pythonversion.txt