You've already forked cookiecutter-ansible-role
Amended requirements path
This commit is contained in:
@@ -7,7 +7,7 @@ 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 molecule/default/requirements.yml
|
||||
.venv/bin/ansible-galaxy collection install -r molecule/requirements.yml
|
||||
@echo
|
||||
@echo "VirtualENV Setup Complete. Now run: source .venv/bin/activate"
|
||||
@echo
|
||||
|
||||
Reference in New Issue
Block a user