From 673501234688ae168383b0a589006767aa9de6cd Mon Sep 17 00:00:00 2001 From: hmp Date: Wed, 10 Jun 2026 12:10:38 +0200 Subject: [PATCH] Fix typo in file extension --- taskfile/taskfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: