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