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
|
# install zot
|
||||||
- name: "install zot"
|
- name: "install zot"
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.get_url:
|
||||||
src: "https://github.com/project-zot/zot/releases/download/v{{ zot_version }}/zot-linux-amd64"
|
url: "https://github.com/project-zot/zot/releases/download/v{{ zot_version }}/zot-linux-amd64"
|
||||||
dest: "/usr/bin/zot"
|
dest: "/usr/bin/zot"
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
remote_src: true
|
|
||||||
|
|
||||||
# create zot dirs
|
# create zot dirs
|
||||||
- name: "create zot dirs"
|
- name: "create zot dirs"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue