6 lines
146 B
YAML
Raw Normal View History

2022-12-21 00:07:52 -08:00
- name: Download nb
ansible.builtin.get_url:
url: https://raw.github.com/xwmx/nb/master/nb
dest: /home/{{ user }}/bin/nb
mode: 0755