From 4896d6467cc54e5adb5a41b8d9b19d645b21664b Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 24 Nov 2020 16:02:09 +1300 Subject: [PATCH] Formatting --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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