mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
6 lines
146 B
YAML
6 lines
146 B
YAML
|
- name: Download nb
|
||
|
ansible.builtin.get_url:
|
||
|
url: https://raw.github.com/xwmx/nb/master/nb
|
||
|
dest: /home/{{ user }}/bin/nb
|
||
|
mode: 0755
|