From d3e78a37b6d907ecbfc817db6ba4c7a71f8a96c3 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:33 +0200 Subject: Refactor bootstrap to have ubuntu specific tasks --- roles/bootstrap/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roles/bootstrap/tasks/main.yml') diff --git a/roles/bootstrap/tasks/main.yml b/roles/bootstrap/tasks/main.yml index af5dc49..723561d 100644 --- a/roles/bootstrap/tasks/main.yml +++ b/roles/bootstrap/tasks/main.yml @@ -9,6 +9,6 @@ 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" +- name: "Install ubuntu" + ansible.builtin.include_tasks: "install-ubuntu.yml" + when: ansible_os_distribution == "Ubuntu" -- cgit v1.2.3