Skip to content

Commit

Permalink
GHA: platform-linux: Adds /etc/ansible/facts.d to the caching path list
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 22, 2024
1 parent 0a4f11a commit 900a453
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/platform-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
if: env.CACHE
uses: actions/cache@v4
with:
path: ~/.wine/drive_c
path: |
/etc/ansible/facts.d
~/.wine/drive_c
key: ${{ env.CHECKOUT_REF }}/${{ env.VERSION }}/${{ hashFiles('.github/workflows/platform-linux.yml') }}
- if: steps.cache-mt.outputs.cache-hit != 'true'
name: Runs playbook
Expand Down

0 comments on commit 900a453

Please sign in to comment.