Update prep_download.yml (#5791)

Fix check if user can use docker without sudo.
This commit is contained in:
nmr 2020-03-18 21:30:44 +01:00 committed by GitHub
parent 8ce5a9dd19
commit d152dc2e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@
register: test_docker
changed_when: false
ignore_errors: true
become: false
when:
- download_localhost
tags: