Browse Source

Update prep_download.yml (#5791)

Fix check if user can use docker without sudo.
pull/5793/head
nmr 5 years ago
committed by GitHub
parent
commit
d152dc2e6a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/download/tasks/prep_download.yml

1
roles/download/tasks/prep_download.yml

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

Loading…
Cancel
Save