Add test.yml

This commit is contained in:
Zakaria 2024-08-26 20:53:11 +00:00
parent 2d1546bdb3
commit 079cece379

8
test.yml Normal file
View File

@ -0,0 +1,8 @@
---
- hosts: all
become: true
tasks:
- name: API Package Updater
apt:
upgrade: yes
update_cache: yes