ff
This commit is contained in:
parent
fc297313b3
commit
f9e70b93a7
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
deb: "{{ item }}"
|
deb: "{{ item }}"
|
||||||
loop: "{{ laptop_install_deb_url }}"
|
loop: "{{ laptop_install_deb_url }}"
|
||||||
|
when: laptop_install_deb_url is defined
|
||||||
|
|
||||||
- name: install archived deb files
|
- name: install archived deb files
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
|
@ -11,4 +12,5 @@
|
||||||
dest: /usr/local/bin
|
dest: /usr/local/bin
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
loop: "{{ laptop_install_deb_url_archived }}"
|
loop: "{{ laptop_install_deb_url_archived }}"
|
||||||
|
when: laptop_install_deb_url_archived is defined
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue