diff --git a/taskfile/taskfile.yml b/taskfile/taskfile.yml index 030fc0f..4005d4f 100644 --- a/taskfile/taskfile.yml +++ b/taskfile/taskfile.yml @@ -15,8 +15,8 @@ tasks: desc: Run ansible galaxy install summary: | Run ansible-galaxy to install required packages - Expects a requirements.yaml in the root of the project - cmd: ansible-galaxy install -r requirements.yaml + Expects a requirements.yml in the root of the project + cmd: ansible-galaxy install -r requirements.yml dir: '{{.USER_WORKING_DIR}}' install-tofu: