[copr] debugging

This commit is contained in:
Valentin Gologuzov 2015-04-03 16:05:28 +02:00
parent ea55a4a895
commit e4261b74dc

View file

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