ansible/playbooks/00_local.yml
2023-10-26 19:25:11 +02:00

6 lines
154 B
YAML

- hosts: localhost1
name: Apt udate
connection: local
tasks:
- name: Apt exclude linux-dtb-current-meson64
ansible.builtin.shell: 'df -h'