mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-10-29 17:40:08 +01:00
upt playbook
This commit is contained in:
3
collections/requirements.yml
Normal file
3
collections/requirements.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
collections:
|
||||||
|
- name: community.general
|
||||||
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