From 015c3758d922cd2e06290c460bc34815088848c2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:28 +0200 Subject: Initial commit --- site.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 site.yml (limited to 'site.yml') diff --git a/site.yml b/site.yml new file mode 100644 index 0000000..1e67b3b --- /dev/null +++ b/site.yml @@ -0,0 +1,6 @@ +--- +- name: Distro Install + hosts: all + become: true + roles: + - role: partition -- cgit v1.2.3