From 7c4160effccd328d5a3761dacca4bc6385e00645 Mon Sep 17 00:00:00 2001 From: Raine Date: Wed, 18 Oct 2023 23:34:02 +0200 Subject: [PATCH] fix: ansible --- ansible/playbooks/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/playbooks/update.yml b/ansible/playbooks/update.yml index 6ccb4cb..7a9644c 100644 --- a/ansible/playbooks/update.yml +++ b/ansible/playbooks/update.yml @@ -10,5 +10,5 @@ state: latest - name: "update /neb" ansible.builtin.git: - repo: git@git.ixvd.net:ixvd/neb - dest: /neb \ No newline at end of file + repo: git@git.ixvd.net:ixvd/secrets + dest: /etc/ixvd/secrets \ No newline at end of file