mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-10 06:04:15 +00:00
Remove LazyDocker
This commit is contained in:
parent
e2769bf3a9
commit
49e292e9c8
1 changed files with 0 additions and 8 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue