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 | ba224bfedeba8f5746e8d9541ba13552620948d1 (patch) | |
| tree | 6c6282140864b20f603ad881ffc039880036de65 | |
| parent | c86f61b8b7eb236cf9763585fc6b063a087e48d4 (diff) | |
Fix install instruction in readme
| -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 |
