🚨 Fix lint on installing Lazydocker

This commit is contained in:
Anarion 2023-11-26 13:18:55 +01:00
parent 4d2604041b
commit 9708c934f1
No known key found for this signature in database
GPG key ID: 6C9E149718A7D4EB

View file

@ -28,7 +28,7 @@
- name: Install LazyDocker
ansible.builtin.shell:
cmd: curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
cmd: set -o pipefail && curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
args:
creates: /usr/local/bin/lazydocker
environment: