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:
parent
7a5dc3af5e
commit
879a5bafa8
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
- name: Write credentials
|
- name: Write credentials
|
||||||
template:
|
template:
|
||||||
path: ~/.launchpadlib/creds
|
dest: ~/.launchpadlib/creds
|
||||||
mode: 0600
|
mode: 0600
|
||||||
src: creds.j2
|
src: creds.j2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user