copr: backend: only update ca trust when needed
Perhaps last backend playbook idempotence fix.
This commit is contained in:
parent
183ba37276
commit
d770aeddff
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
- name: copy .pem
|
||||
copy: src=../../files/fedora-cloud/fed-cloud09.pem dest=/etc/pki/ca-trust/source/anchors/
|
||||
register: cloud_pem_copied
|
||||
|
||||
- name: update certificates
|
||||
command: /usr/bin/update-ca-trust
|
||||
when: cloud_pem_copied.changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue