mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-05-04 19:19:49 +02:00
upt playbook
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
collections:
|
||||||
|
- name: community.general
|
||||||
@@ -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