This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch update-x86-workers
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git

commit 7bd28a42eb87a2da88590de3694b723797958672
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Dec 3 03:18:38 2024 -0500

    Restart ssh as ubuntu user, so need to use sudo
---
 roles/common/handlers/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml
index 660b2b7..574f881 100644
--- a/roles/common/handlers/main.yml
+++ b/roles/common/handlers/main.yml
@@ -1,4 +1,5 @@
 - name: restart sshd
+  become: yes
   service:
     name: sshd
-    state: restarted
\ No newline at end of file
+    state: restarted

Reply via email to