Tyler Starr dea8430811 Revert "change to arch"
This reverts commit a13aa142567f2c29b0d2e05d75ffc8b71f508665.
2023-01-19 15:35:55 -08:00

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