🔧: update oolatoocs bin url
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m34s

This commit is contained in:
VC
2025-12-03 11:27:08 +01:00
parent 9a5df739de
commit 6ddc21457a
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
- name: Download oolatoocs exec
ansible.builtin.get_url:
url: "{{ oolatoocs_url }}.{{ oolatoocs_version }}"
url: "{{ oolatoocs_url }}"
dest: "{{ oolatoocs_local_bin_path }}"
owner: root
group: root