Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
feat(task): add deps task to install required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Sep 6, 2023
1 parent 202ef3d commit 16efbfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ includes:

tasks:
default: task -l

deps:
desc: Install required packages
cmds:
- ansible-galaxy install --role-file "{{.ROOT_DIR}}/provision/ansible/requirements.yml" --force

0 comments on commit 16efbfd

Please sign in to comment.