mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
Update prep_download.yml (#5791)
Fix check if user can use docker without sudo.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user