disable reporting changes when getting certificate hash

This commit is contained in:
Timo Makinen 2019-05-24 13:03:57 +03:00
parent f1caad541e
commit e393ab4f6a

View file

@ -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 }}"