]> freie-schul-it.de Git - fsit-smgt.git/blob - library/ansible.yml
Merge branch 'master' of https://freie-schul-it.de/gitweb/fsit-smgt
[fsit-smgt.git] / library / ansible.yml
1 ---
2 - name: install server specific packages
3 ansible.builtin.apt:
4 update_cache: yes
5 pkg:
6 - ansible
7 - ansible-lint
8 ...