--- - name: "Installation der Pakete git und python3-netifaces" ansible.builtin.apt: update_cache: true pkg: - git - python3-netifaces state: present ...