upt playbook

This commit is contained in:
jaydee 2023-10-26 19:12:33 +02:00
parent 2c2b1af9ce
commit d3857e83d3
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
collections:
- name: community.general

6
playbooks/00_local.yml Normal file
View File

@ -0,0 +1,6 @@
- hosts: localhost
name: Apt udate
become: true
tasks:
- name: Apt exclude linux-dtb-current-meson64
ansible.builtin.shell: 'df -h'