sources
This commit is contained in:
@@ -3,16 +3,18 @@
|
|||||||
hosts: localhost
|
hosts: localhost
|
||||||
vars:
|
vars:
|
||||||
release: jammy
|
release: jammy
|
||||||
vars_prompt:
|
license: dnoh-gwwr-3fia
|
||||||
- name: license
|
# vars_prompt:
|
||||||
prompt: LogoDIDACT LicenseID
|
# - name: license
|
||||||
private: false
|
# prompt: LogoDIDACT LicenseID
|
||||||
|
# private: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Add LD repos
|
- name: Add LD repos
|
||||||
ansible.builtin.apt:
|
ansible.builtin.lineinfile:
|
||||||
repo: "{{ item }}"
|
line: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
|
path: /target/etc/apt/sources.list
|
||||||
loop:
|
loop:
|
||||||
- # ld-install sources.list
|
- # ld-install sources.list
|
||||||
- #deb [trusted=yes] http://archive.logodidact.com/packages/lic={{ license }}/logodidact/{{ release }} {{ release }} main universe restricted multiverse
|
- #deb [trusted=yes] http://archive.logodidact.com/packages/lic={{ license }}/logodidact/{{ release }} {{ release }} main universe restricted multiverse
|
||||||
|
|||||||
Reference in New Issue
Block a user