fix(common): replace deprecated apt_repository with deb822_repository

This commit is contained in:
Tuan-Dat Tran
2026-06-03 02:31:33 +02:00
parent 956836dc67
commit f6e2ce8c1a
2 changed files with 14 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
---
- name: Update apt cache
ansible.builtin.apt:
update_cache: true
become: true
- name: Restart sshd
service:
name: sshd