mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
6 lines
147 B
YAML
6 lines
147 B
YAML
|
- hosts: localhost
|
||
|
name: Apt udate
|
||
|
become: true
|
||
|
tasks:
|
||
|
- name: Apt exclude linux-dtb-current-meson64
|
||
|
ansible.builtin.shell: 'df -h'
|