mongodb: Fix running role in check mode
This commit is contained in:
parent
b229c17718
commit
525565073b
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
||||||
- "{{ tls_certs }}/{{ inventory_hostname }}.crt"
|
- "{{ tls_certs }}/{{ inventory_hostname }}.crt"
|
||||||
- "{{ tls_private }}/{{ inventory_hostname }}.key"
|
- "{{ tls_private }}/{{ inventory_hostname }}.key"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
check_mode: false
|
||||||
register: mongodb_cert_key
|
register: mongodb_cert_key
|
||||||
|
|
||||||
- name: Create combined certificate/private key file
|
- name: Create combined certificate/private key file
|
||||||
|
|
Loading…
Add table
Reference in a new issue