add shell script to execute venv commands through

This commit is contained in:
2023-11-10 14:42:09 -05:00
parent 81b88080f5
commit 0bc1123c14
2 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,4 @@
#!/bin/bash
source {{ ansible_lint_venv }}/bin/activate
$@