mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-26 17:51:03 +02:00
fix lint
This commit is contained in:
parent
29d245456b
commit
fdb3738b9c
@ -18,7 +18,7 @@
|
|||||||
unarchive:
|
unarchive:
|
||||||
src: https://github.com/docker/app/releases/download/{{ docker_app_version }}/docker-app-linux.tar.gz
|
src: https://github.com/docker/app/releases/download/{{ docker_app_version }}/docker-app-linux.tar.gz
|
||||||
dest: "/tmp"
|
dest: "/tmp"
|
||||||
remote_src: yes
|
remote_src: "yes"
|
||||||
when: >
|
when: >
|
||||||
docker_app_current_version.stdout is defined
|
docker_app_current_version.stdout is defined
|
||||||
and docker_app_version not in docker_app_current_version.stdout
|
and docker_app_version not in docker_app_current_version.stdout
|
||||||
@ -28,7 +28,7 @@
|
|||||||
copy:
|
copy:
|
||||||
src: /tmp/docker-app-linux
|
src: /tmp/docker-app-linux
|
||||||
dest: "{{ docker_app_path }}"
|
dest: "{{ docker_app_path }}"
|
||||||
remote_src: yes
|
remote_src: "yes"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
when: >
|
when: >
|
||||||
docker_app_current_version.stdout is defined
|
docker_app_current_version.stdout is defined
|
||||||
|
Loading…
Reference in New Issue
Block a user