From d67ac04a5e804d5a54817747fcd84e0f9d882954 Mon Sep 17 00:00:00 2001 From: Ullli Date: Tue, 12 May 2026 14:52:09 +0200 Subject: [PATCH 1/1] commit --- tasks/software.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/software.yml b/tasks/software.yml index c08b3e4..6bfa03d 100644 --- a/tasks/software.yml +++ b/tasks/software.yml @@ -1,12 +1,12 @@ --- -- name: Include vars +- name: Include vars all ansible.builtin.include_vars: file: all.yml -- name: Include vars +- name: Include vars lists ansible.builtin.include_vars: file: "{{ item }}.yml" - loop: group_names + loop: "{{ group_names }}" - name: Install list of packages ansible.builtin.apt: - pkg: "{{ fsit_cmgt_software_alle + fsit_cmgt_software + fsit_cmgt_software_extra}}" + pkg: "{{ fsit_cmgt_software_alle + fsit_cmgt_software + fsit_cmgt_software_extra }}" -- 2.39.5