Added playbook names

This commit is contained in:
2026-02-01 12:31:28 +01:00
parent fccade82b0
commit 0920465a89
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
---
- hosts: all
- name: Update apt packages
hosts: all
become: true
tasks:
- name: Update apt packages

View File

@@ -1,5 +1,6 @@
---
- hosts: all
- name: Get disk space usage
hosts: all
tasks:
- name: Get disk usage
shell: df -h / | awk 'NR==2 {print $5}'