Browse Source

Merge pull request #2364 from whereismyjetpack/default-download

set local_release_dir in downloads to match others
pull/2512/head
Andreas Krüger 7 years ago
committed by GitHub
parent
commit
2e202051e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/download/defaults/main.yml

2
roles/download/defaults/main.yml

@ -1,5 +1,5 @@
---
local_release_dir: /tmp
local_release_dir: /tmp/releases
# Used to only evaluate vars from download role
skip_downloads: false

Loading…
Cancel
Save