From 730b6014f06a3d7924c278704b3348ffd62c7d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 6 Sep 2024 15:51:11 +0200 Subject: [PATCH] chore: remove include for non-existent task (was already commented out for a while) --- tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 1212bfe..7d5f2cb 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -13,10 +13,6 @@ tags: [always] ### PAKETINSTALLATIONEN ### -# - name: Netzwerk konfigurieren -# ansible.builtin.import_tasks: configure-network.yml -# tags: [network,dns] - # We don't test for idempotence because these tasks can never be idempotent. # They are meant to copy fresh Backups of the SSH keys every time they are run. - name: Server-SSH-Schlüssel sichern -- GitLab