11 lines
181 B
YAML
11 lines
181 B
YAML
#SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
|
|
- name: Reboot Server
|
|
ansible.builtin.reboot:
|
|
|
|
- name: Clean apt cache
|
|
ansible.builtin.apt:
|
|
autoclean: true
|
|
autoremove: true
|