Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 5e8dd3f

Browse files
committed
caching facts
1 parent fb4657e commit 5e8dd3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
- name: Set up Python
3737
working-directory: deploy
3838
run: uv python install
39+
- name: Cache Facts
40+
uses: actions/cache@v4
41+
with:
42+
path: ~/.ansible/facts
43+
key: ansible-facts-${{ runner.os }}-${{ hashFiles('deploy/ansible-deploy.yaml') }}
3944

4045
- name: Add Server IP to Ansible hosts
4146
run: |

0 commit comments

Comments
 (0)