Loading tasks/install.yaml +2 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ group: "root" mode: "0775" when: "atuin_version not in atuin_version_check.stdout" register: "atuin_download" # install atuin - name: "install atuin" Loading @@ -34,7 +33,7 @@ group: "root" mode: "0755" remote_src: true when: "atuin_download.changed" when: "atuin_version not in atuin_version_check.stdout" # install systemd service - name: "install service" Loading @@ -51,4 +50,4 @@ ansible.builtin.file: path: "/tmp/atuin-x86_64-unknown-linux-gnu.tar.gz" state: "absent" when: "atuin_download.changed" when: "atuin_version not in atuin_version_check.stdout" Loading
tasks/install.yaml +2 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ group: "root" mode: "0775" when: "atuin_version not in atuin_version_check.stdout" register: "atuin_download" # install atuin - name: "install atuin" Loading @@ -34,7 +33,7 @@ group: "root" mode: "0755" remote_src: true when: "atuin_download.changed" when: "atuin_version not in atuin_version_check.stdout" # install systemd service - name: "install service" Loading @@ -51,4 +50,4 @@ ansible.builtin.file: path: "/tmp/atuin-x86_64-unknown-linux-gnu.tar.gz" state: "absent" when: "atuin_download.changed" when: "atuin_version not in atuin_version_check.stdout"