[copr] debugging
This commit is contained in:
parent
ea55a4a895
commit
e4261b74dc
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
- name: copy .pem
|
||||
copy: src=../../files/fedora-cloud/fed-cloud09.pem dest=/etc/pki/ca-trust/source/anchors/
|
||||
|
||||
- name: debug if file was copied
|
||||
command: "ls -lah /etc/pki/ca-trust/source/anchors/"
|
||||
register: pem_copy
|
||||
|
||||
- debug: msg="{{ pem_copy.stdout }}"
|
||||
|
||||
- name: update certificates
|
||||
command: /usr/bin/update-ca-trust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue