fix the template instruction for writing launchpadlib/creds

Use "dest" not "path" to specify the output location.

Change-Id: I28079d34bfc2ffbfbc8ac66537435acc27d9d30a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-10-16 16:41:05 -04:00
parent 7a5dc3af5e
commit 879a5bafa8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- name: Write credentials
template:
path: ~/.launchpadlib/creds
dest: ~/.launchpadlib/creds
mode: 0600
src: creds.j2