Skip to content

Commit

Permalink
Remove LazyDocker
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Jan 9, 2024
1 parent e2769bf commit 49e292e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roles/ansible-nas-general/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
register: result
until: result is succeeded

- name: Install LazyDocker
ansible.builtin.shell:
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:
DIR: /usr/local/bin

- name: "Set hostname to {{ ansible_nas_hostname }}"
ansible.builtin.hostname:
name: "{{ ansible_nas_hostname }}"
Expand Down

0 comments on commit 49e292e

Please sign in to comment.