diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-04 19:28:22 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-04 19:28:22 +0100 |
commit | d840cef0db13912ed4fb7b418e2409114ce6ba80 (patch) | |
tree | 709a99e39d4634d4e61af75f009e176bda38e2de /set-up-homelab.md | |
parent | c4f285b83720fdaedc7820ea61ad18f1c33bab3e (diff) |
Diffstat (limited to 'set-up-homelab.md')
-rw-r--r-- | set-up-homelab.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/set-up-homelab.md b/set-up-homelab.md index 6fbcfa9..6d6e159 100644 --- a/set-up-homelab.md +++ b/set-up-homelab.md @@ -12,8 +12,8 @@ popd ## Configure them with Ansible ```sh -export ANSIBLE_CONFIG="$HOME/workbench/homelab-iac/ansible/ansible.cfg" -ansible-playbook ~/workbench/homelab-iac/ansible/playbooks/bootstrap.yml +export ANSIBLE_CONFIG="./ansible/ansible.cfg" +ansible-playbook ./ansible/playbooks/bootstrap.yml ``` |