Use the .stdout here too
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
ed7c8586d0
commit
79b06b172b
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
- name: Obtain the intermediate certificate
|
||||
delegate_to: certgetter01.phx2.fedoraproject.org
|
||||
command: cat {{certbot_dir}}/chain.pem
|
||||
command: cat {{certbot_dir.stdout}}/chain.pem
|
||||
register: certbot_chain
|
||||
changed_when: 'false'
|
||||
tags:
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
- name: Obtain the key
|
||||
delegate_to: certgetter01.phx2.fedoraproject.org
|
||||
command: cat {{certbot_dir}}/privkey.pem
|
||||
command: cat {{certbot_dir.stdout}}/privkey.pem
|
||||
register: certbot_key
|
||||
changed_when: 'false'
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue