diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-04 22:12:57 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-04 22:12:57 +0100 |
| commit | d4901fdfca954d7a8c392fdb20d871e3ef116813 (patch) | |
| tree | 305faa6f03fc71d22755a88ba6ccd4baa65915a4 /roles/bootstrap/tasks/install-ubuntu.yml | |
| parent | 00893e614b16b3a98f0c0275f817addbf8b9a159 (diff) | |
Adapt playbook to ansible 2.24+
Diffstat (limited to 'roles/bootstrap/tasks/install-ubuntu.yml')
| -rw-r--r-- | roles/bootstrap/tasks/install-ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
