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