From 8af9147b8de74d785c7ec20b9abb4e0ae9508c10 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 23 Aug 2023 14:40:17 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff361c..5c220f1 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,18 @@ doipv6="yes"' >/usr/local/etc/dedyn.conf ## 6. Download ``` -wget https://gitea.ds9.dedyn.io/olli/debian.ansible.dedyn.client/raw/branch/main/install.sh +wget https://gitea.ds9.dedyn.io/olli/debian.ansible.basics/raw/branch/main/install.sh ``` ## 7. Run the Script This runs some other Playbooks needed by this playbook. ``` +export PLAYBOOKS=" +debian.ansible.basics +debian.ansible.runchecks +debian.ansible.autoupdate +debian.ansible.dedyn.client +" bash install.sh ```