kezhenxu94 commented on code in PR #16:
URL: 
https://github.com/apache/skywalking-terraform/pull/16#discussion_r1285167796


##########
ansible/playbooks/install-skywalking.yml:
##########
@@ -14,6 +14,15 @@
 # limitations under the License.
 
 ---
+- hosts: all
+  gather_facts: false
+  tasks:
+  - name: Create user skywalking
+    become: true
+    user:
+      name: skywalking

Review Comment:
   ```suggestion
         name: skywalking
         group: skywalking
   ```



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