mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
7 lines
154 B
YAML
7 lines
154 B
YAML
- name: Install nb
|
|
ansible.builtin.get_url:
|
|
url: https://raw.github.com/xwmx/nb/master/nb
|
|
dest: /usr/local/bin/nb
|
|
mode: 0755
|
|
become: true
|