create directory plz

This commit is contained in:
2026-04-17 17:56:11 -06:00
parent 108a5afa1e
commit 7c19f7dafe

View File

@@ -1,3 +1,11 @@
- name: Create temporary netbird unarchive directory
file:
path: "/tmp/netbird_{{ netbird_version }}"
state: directory
mode: '0700'
owner: root
group: root
- name: Download and verify the netbird archive - name: Download and verify the netbird archive
get_url: get_url:
url: "https://github.com/netbirdio/netbird/releases/download/v{{ netbird_version }}/netbird_{{ netbird_version }}_linux_arm64.tar.gz" url: "https://github.com/netbirdio/netbird/releases/download/v{{ netbird_version }}/netbird_{{ netbird_version }}_linux_arm64.tar.gz"