disable reporting changes when getting certificate hash
This commit is contained in:
parent
f1caad541e
commit
e393ab4f6a
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
command: "openssl x509 -in /srv/ca/certs/ca.crt -noout -hash"
|
||||
delegate_to: localhost
|
||||
register: result
|
||||
changed_when: false
|
||||
- name: store ca certificate hash
|
||||
set_fact:
|
||||
pki_cacert_hash: "{{ result.stdout }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue