From 228a22700c3fcf2c23daa91e2a009d446a5ba00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Tue, 30 Sep 2025 14:38:06 +0300 Subject: [PATCH] Migrater: Fix typo in copy secrets task --- tasks/migrater.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/migrater.yml b/tasks/migrater.yml index 142843d..d117928 100644 --- a/tasks/migrater.yml +++ b/tasks/migrater.yml @@ -9,6 +9,12 @@ dest: /root/.ssh/keys/infra - src: /root/.ansible/vault/{{ location | lower | replace('.', '') | replace(' ', '-') }}/infra dest: /root/.ansible/vault/infra + loop: "{{ files }}" + loop_control: + label: "{{ file }}" + loop_var: "file" + when: + - file.src is ansible.builtin.file - name: "Migrater : Python 3 : Configure - Virtual Environment : Test" ansible.builtin.raw: "/opt/ansible/bin/pip3"