Update prep_download.yml (#5791)
Fix check if user can use docker without sudo.
This commit is contained in:
parent
8ce5a9dd19
commit
d152dc2e6a
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
register: test_docker
|
register: test_docker
|
||||||
changed_when: false
|
changed_when: false
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
become: false
|
||||||
when:
|
when:
|
||||||
- download_localhost
|
- download_localhost
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue