summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:33:32 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:33:32 +0200
commit75b3aaf26bd67d75a6aeb5e6331ff896482acfef (patch)
treeee694ce857fbc4a80ae68c86b0d1253adaa98e32 /roles/bootstrap/tasks/main.yml
parente47ae78cfe17371ce240e134fd66f01ed120ffee (diff)
Add bootstrap debian ubuntu support
Diffstat (limited to 'roles/bootstrap/tasks/main.yml')
-rw-r--r--roles/bootstrap/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/bootstrap/tasks/main.yml b/roles/bootstrap/tasks/main.yml
index fb9653f..af5dc49 100644
--- a/roles/bootstrap/tasks/main.yml
+++ b/roles/bootstrap/tasks/main.yml
@@ -8,3 +8,7 @@
- name: "Install archlinux"
ansible.builtin.include_tasks: "install-archlinux.yml"
when: ansible_os_family == "Archlinux"
+
+- name: "Install debian"
+ ansible.builtin.include_tasks: "install-debian.yml"
+ when: ansible_os_family == "Debian"