create cli with venv installation for new ansible workspace
This commit is contained in:
7
ansible-5/cli/env/install
vendored
Executable file
7
ansible-5/cli/env/install
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
venvironment='venv'
|
||||
|
||||
source ${venvironment}/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
||||
python -m pip install ansible
|
||||
Reference in New Issue
Block a user