ansible/playbooks/00_local.yml

6 lines
147 B
YAML
Raw Normal View History

2023-10-26 19:12:33 +02:00
- hosts: localhost
name: Apt udate
become: true
tasks:
- name: Apt exclude linux-dtb-current-meson64
ansible.builtin.shell: 'df -h'