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"
|
command: "openssl x509 -in /srv/ca/certs/ca.crt -noout -hash"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
register: result
|
register: result
|
||||||
|
changed_when: false
|
||||||
- name: store ca certificate hash
|
- name: store ca certificate hash
|
||||||
set_fact:
|
set_fact:
|
||||||
pki_cacert_hash: "{{ result.stdout }}"
|
pki_cacert_hash: "{{ result.stdout }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue