feat: improve atuin install
This commit is contained in:
parent
bfc3cb517b
commit
be45eb655b
1 changed files with 4 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
mode: "0775"
|
mode: "0775"
|
||||||
|
register: "atuin_download"
|
||||||
when: "atuin_version not in atuin_version_check.stdout"
|
when: "atuin_version not in atuin_version_check.stdout"
|
||||||
|
|
||||||
# install atuin
|
# install atuin
|
||||||
|
|
@ -33,7 +34,9 @@
|
||||||
group: "root"
|
group: "root"
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
remote_src: true
|
remote_src: true
|
||||||
when: "atuin_version not in atuin_version_check.stdout"
|
when:
|
||||||
|
- "atuin_download.changed"
|
||||||
|
- "atuin_version not in atuin_version_check.stdout"
|
||||||
|
|
||||||
# install systemd service
|
# install systemd service
|
||||||
- name: "install service"
|
- name: "install service"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue