add shell script to execute venv commands through
This commit is contained in:
4
templates/venv_activate.j2
Normal file
4
templates/venv_activate.j2
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
source {{ ansible_lint_venv }}/bin/activate
|
||||
$@
|
Reference in New Issue
Block a user