mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 12:38:11 +00:00
upt playbook
This commit is contained in:
parent
2c2b1af9ce
commit
d3857e83d3
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'
|
Loading…
x
Reference in New Issue
Block a user