Updated folder structure
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: yes
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: Update apt packages
|
- name: Update apt packages
|
||||||
apt:
|
apt:
|
||||||
upgrade: yes
|
upgrade: dist
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
- name: Check if reboot is needed
|
- name: Check if reboot is needed
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Get disk usage
|
- name: Get disk usage
|
||||||
shell: df -h / | awk 'NR==2 {print $5}'
|
shell: df -h / | awk 'NR==2 {print $5}'
|
||||||
Reference in New Issue
Block a user