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