From d4901fdfca954d7a8c392fdb20d871e3ef116813 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 4 Feb 2026 22:12:57 +0100 Subject: Adapt playbook to ansible 2.24+ --- roles/bootstrap/tasks/install-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/bootstrap/tasks/install-ubuntu.yml') diff --git a/roles/bootstrap/tasks/install-ubuntu.yml b/roles/bootstrap/tasks/install-ubuntu.yml index 7757b18..a121fe8 100644 --- a/roles/bootstrap/tasks/install-ubuntu.yml +++ b/roles/bootstrap/tasks/install-ubuntu.yml @@ -1,6 +1,6 @@ --- - name: "Include distribution vars" - ansible.builtin.include_vars: "{{ ansible_distribution | lower }}.yml" + ansible.builtin.include_vars: "{{ ansible_facts['distribution'] | lower }}.yml" - name: "Ensure install dependencies are installed on live environment" ansible.builtin.apt: -- cgit v1.2.3