From e1af78b86a14828f39ea143dd312ba292f88692a Mon Sep 17 00:00:00 2001 From: Stephan Reinwald Date: Tue, 21 Jan 2025 14:06:41 +0100 Subject: [PATCH] sources --- ld-install.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ld-install.yaml b/ld-install.yaml index 89ce905..48f1250 100644 --- a/ld-install.yaml +++ b/ld-install.yaml @@ -3,16 +3,18 @@ hosts: localhost vars: release: jammy - vars_prompt: - - name: license - prompt: LogoDIDACT LicenseID - private: false + license: dnoh-gwwr-3fia + # vars_prompt: + # - name: license + # prompt: LogoDIDACT LicenseID + # private: false tasks: - name: Add LD repos - ansible.builtin.apt: - repo: "{{ item }}" + ansible.builtin.lineinfile: + line: "{{ item }}" state: present + path: /target/etc/apt/sources.list loop: - # ld-install sources.list - #deb [trusted=yes] http://archive.logodidact.com/packages/lic={{ license }}/logodidact/{{ release }} {{ release }} main universe restricted multiverse