--- - name: bootstrap CT "druckerzentrale" hosts: druckerzentrale remote_user: root vars_files: - vars.yml tasks: - include_tasks: fsit-smgt/library/bootstrap.yml - name: install CT "druckerzentrale" hosts: druckerzentrale become: true vars_files: - vars.yml - ../password-file-server.yml tasks: - include_tasks: fsit-smgt/library/cups.yml