diff --git a/tasks/main.yml b/tasks/main.yml index 08669c2..628e75a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,10 +1,10 @@ --- - name: Copy public certificate files - copy: + copy: src: "{{ item }}" dest: /etc/pki/ca-trust/source/anchors/ become: true - with_fileglob: + with_fileglob: - "files/ca_certs/*" notify: Update Trust Store