Add namespace to role creation

This commit is contained in:
2024-01-07 11:33:28 +13:00
parent fac9fb9fd1
commit eed180ca41
3 changed files with 4 additions and 3 deletions

View File

@@ -7,11 +7,10 @@ virtualenv:
virtualenv --prompt '|> {{ cookiecutter.role_title | lower | replace(' ','_') }} <| ' .venv
.venv/bin/pip install --upgrade pip
.venv/bin/pip install -r requirements.txt
.venv/bin/ansible-galaxy collection install -r requirements.yml
.venv/bin/ansible-galaxy collection install -r molecule/default/requirements.yml
@echo
@echo "VirtualENV Setup Complete. Now run: source .venv/bin/activate"
@echo
source .venv/bin/activate
test: virtualenv
for distro in almalinux9 ; do \