From b20f7f5e3bee49c07868bde6be3d121c7f7e3a61 Mon Sep 17 00:00:00 2001 From: Raphael Dannecker Date: Tue, 3 Mar 2026 20:12:22 +0100 Subject: [PATCH] Add inventory vault password for updater service --- roles/lmn_misc/tasks/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/lmn_misc/tasks/main.yml b/roles/lmn_misc/tasks/main.yml index 6eb1a71..27fb25c 100644 --- a/roles/lmn_misc/tasks/main.yml +++ b/roles/lmn_misc/tasks/main.yml @@ -210,6 +210,16 @@ - misc_updater_repository | default(false) is truthy - misc_updater_autostart | default(false) is truthy +- name: Deploy inventory password file + ansible.builtin.copy: + dest: /root/.inventory-pw + owner: root + mode: '0640' + content: "{{ misc_updater_inventory_password }}" + when: + - misc_updater_repository | default(false) is truthy + - misc_updater_inventory_password | default(false) is truthy + # Prepare CloneScreen on Presenter PCs - name: Fix primary screen for class room PCs with projector