mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-10 06:04:15 +00:00
🚨 Fix lint on installing Lazydocker
This commit is contained in:
parent
4d2604041b
commit
9708c934f1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue