12 lines
197 B
YAML
Raw Normal View History

2024-12-19 21:17:03 -06:00
#SPDX-License-Identifier: BSD-3-Clause
---
- name: Reboot Server
ansible.builtin.reboot:
- name: Clean apt cache
ansible.builtin.apt:
autoclean: true
autoremove: true
purge: true