rabajaj0509 commented on code in PR #31: URL: https://github.com/apache/skywalking-terraform/pull/31#discussion_r1374709731
########## ansible/roles/install-java/tasks/main.yml: ########## @@ -15,19 +15,19 @@ --- - name: Install Java 11 on RHEL-based systems - package: + ansible.builtin.package: Review Comment: Let's not use the `ansible.builtin.`. I know this is being explicit instead of implicit. However, this is inconsistent with all our other playbooks. Also, this has no impact on the functioning of our playbooks. Let me know of you think otherwise. -- 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]
