Skip to content

Commit

Permalink
Fix another broken example.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 12, 2020
1 parent 4e03ea0 commit ec8221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/openssl_csr_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
register: result
- name: Store CSR
ansible.builtin.copy:
path: /etc/ssl/csr/www.ansible.com.csr
dest: /etc/ssl/csr/www.ansible.com.csr
content: "{{ result.csr }}"
when: result is changed
'''
Expand Down

0 comments on commit ec8221d

Please sign in to comment.