mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +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
|
- name: Install LazyDocker
|
||||||
ansible.builtin.shell:
|
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:
|
args:
|
||||||
creates: /usr/local/bin/lazydocker
|
creates: /usr/local/bin/lazydocker
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue