diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-18 17:18:56 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-18 17:18:56 +0100 |
| commit | 43ed6801d1106daeb52085f5da4f57e3b7fa821d (patch) | |
| tree | 6c6282140864b20f603ad881ffc039880036de65 /README.md | |
| parent | cf5a5e57d05fa8e36d2053a78abb05b36197c993 (diff) | |
Fix install instruction in readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ 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 -cd /opt/distro-install +cd /opt/distro-configure ansible-galaxy install -r requirements.yml ansible-playbook site.yml --ask-become-pass |
