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

Commit 46b5872

Browse files
committed
don't update
1 parent 82420f7 commit 46b5872

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
use-cache: 'true'
2222

2323
- name: Install Ansible
24-
run: |
25-
sudo apt-get update
26-
sudo apt-get install -y ansible
27-
ansible-galaxy collection install community.docker
24+
run: sudo apt-get install -y ansible
2825

2926
- name: Add Server IP to Ansible hosts
3027
run: |

0 commit comments

Comments
 (0)