Skip to content

Commit

Permalink
🚨 Fix lint on installing Lazydocker
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 committed Nov 25, 2023
1 parent 717a3aa commit d4ca0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ansible-nas-general/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d4ca0c4

Please sign in to comment.