]> freie-schul-it.de Git - fsit_cmgt.git/blob - tasks/software.yml
diverse Ergänzungen
[fsit_cmgt.git] / tasks / software.yml
1 ---
2 - name: Include vars
3 ansible.builtin.include_vars:
4 file: all.yml
5 - name: Include vars
6 ansible.builtin.include_vars:
7 file: "{{ item }}.yml"
8 loop: group_names
9 - name: Install list of packages
10 ansible.builtin.apt:
11 pkg: "{{ fsit_cmgt_software_alle + fsit_cmgt_software }}"
12