Update folder structure

This commit is contained in:
Keannu Christian Bernasol 2024-10-25 22:35:10 +08:00
parent ddf67b68a7
commit 2250c1c093
8 changed files with 12 additions and 11 deletions

View file

@ -0,0 +1,14 @@
---
- hosts:
- debian
# Runs on root user already
become: false
tasks:
- name: Update all packages
apt:
update_cache: true
autoremove: true
state: latest
when: ansible_distribution in ["Debian"]
- name: Update ACME
command: /root/.acme.sh/acme.sh --upgrade --auto-upgrade