diff --git a/tasks/main.yml b/tasks/main.yml index 05b26db..8397f66 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