mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
Update main.yml
This commit is contained in:
parent
11f51849eb
commit
b9fc8ccacd
1 changed files with 1 additions and 1 deletions
2
main.yml
2
main.yml
|
@ -8,7 +8,7 @@
|
|||
msg: >
|
||||
Ansible version is {{ ansible_version.full }}.
|
||||
You must update the requirements to use this version of Algo.
|
||||
Try to run python -m pip -U install -r requirements.txt
|
||||
Try to run python -m pip install -U -r requirements.txt
|
||||
|
||||
- name: Include prompts playbook
|
||||
import_playbook: input.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue