Remove LazyDocker

This commit is contained in:
David Stephens 2024-01-09 22:06:18 +00:00
parent e2769bf3a9
commit 49e292e9c8

View file

@ -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 }}"