summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-04-21 14:10:45 +0200
committerAhmed Abdelhalim <[email protected]>2026-04-21 14:10:45 +0200
commit76d81114bb53c93a5ce41a934ff9600c71f80ac1 (patch)
treecbd2cc87e61f6fe6e25bbb3131a146a7f032c703 /README.md
parent03330a6d1d4386f49e89343106e1d2d2f0b88713 (diff)
[skip-ci] update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c9e04a2c..a5fef183 100644
--- a/README.md
+++ b/README.md
@@ -40,12 +40,12 @@ Host *.local
EOF
git clone https://git.sr.ht/~a14m/ansible-distro-configure /opt/distro-configure
-cp /opt/distro-configure/host_vars/${DISTRO}.local.yml.example /opt/distro-configure/host_vars/${DISTRO}.local.yml
+cp /opt/distro-configure/host_vars/${HOSTNAME}.yml.example /opt/distro-configure/host_vars/${HOSTNAME}.yml
cd /opt/distro-configure
ansible-galaxy install -r requirements.yml
-ansible-playbook site.yml --ask-become-pass --limit ${HOST}
+ansible-playbook site.yml --ask-become-pass --limit ${HOSTNAME}
```
## Special Thanks to