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



##########
File path: ansible/roles/common/tasks/main.yml
##########
@@ -21,6 +21,13 @@
   retries: 10
   delay: 15
   until: epelresult is not failed
+# 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*'

Review comment:
       What do the package names look like?  Wondering if this is the most 
specific the package pattern can be.




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