From 42180c79fa2ea33b33a885c1a05168173755a754 Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Sun, 22 Oct 2023 14:05:23 +0200 Subject: [PATCH] Remove requirements-galaxy.yml --- README.md | 3 --- requirements-galaxy.yml | 4 ---- 2 files changed, 7 deletions(-) delete mode 100644 requirements-galaxy.yml diff --git a/README.md b/README.md index 53bcde4..4375467 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ erforderlich. Abhängigkeiten installieren: ```bash -# Abhängigkeiten installieren mit Ansible Galaxy -ansible-galaxy install -r requirements-galaxy.yml - # Abhängigkeiten installieren mit GitHub ansible-galaxy install -r requirements-github.yml ``` diff --git a/requirements-galaxy.yml b/requirements-galaxy.yml deleted file mode 100644 index 5a48a43..0000000 --- a/requirements-galaxy.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -collections: - - name: alxndr42.commons - version: 1.1.1