From 5e69426ad16ad492defebddccbd7f136d98426ed Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Sat, 4 Jul 2026 09:07:46 -0400 Subject: [PATCH] Install Ansible for template validation --- .github/workflows/template-validation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/template-validation.yml b/.github/workflows/template-validation.yml index aac728d..ba63541 100644 --- a/.github/workflows/template-validation.yml +++ b/.github/workflows/template-validation.yml @@ -26,6 +26,10 @@ jobs: - name: Setup Packer uses: hashicorp/setup-packer@v3 + - name: Install validation dependencies + run: | + brew install ansible + - name: Prepare validation inputs run: | mkdir -p "$HOME/XcodesCache"