mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
upt playbook
This commit is contained in:
6
playbooks/00_local.yml
Normal file
6
playbooks/00_local.yml
Normal 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'
|
Reference in New Issue
Block a user