fix: install module
This commit is contained in:
parent
23dc57e60d
commit
f5169aa7fb
1 changed files with 2 additions and 3 deletions
|
|
@ -7,13 +7,12 @@
|
|||
|
||||
# install zot
|
||||
- name: "install zot"
|
||||
ansible.builtin.unarchive:
|
||||
src: "https://github.com/project-zot/zot/releases/download/v{{ zot_version }}/zot-linux-amd64"
|
||||
ansible.builtin.get_url:
|
||||
url: "https://github.com/project-zot/zot/releases/download/v{{ zot_version }}/zot-linux-amd64"
|
||||
dest: "/usr/bin/zot"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0755"
|
||||
remote_src: true
|
||||
|
||||
# create zot dirs
|
||||
- name: "create zot dirs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue