ctubbsii commented on a change in pull request #411:
URL: https://github.com/apache/fluo-muchos/pull/411#discussion_r722486782



##########
File path: ansible/roles/proxy/tasks/main.yml
##########
@@ -25,3 +25,10 @@
   file: path={{ tarballs_dir }} state=directory
 - name: "copy /etc/hosts to proxy"
   template: src=roles/proxy/templates/etc_hosts dest=/etc/etc_hosts owner=root 
group=root mode=0644
+# Update ca-certificates to ensure that CA certificates are new enough
+# to support SSL verification against websites used to download software
+- name: "update ca-certificates package to latest version"
+  yum:
+    name: 'ca-certificates*'
+    state: latest
+    update_only: yes

Review comment:
       update-only is fine, but I think it is a bit redundant here, since it 
will always be installed. I'm pretty sure it's part of the core packages.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to