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