1
0
Fork 0

Use sshd_become and sshd_become_user variables

This commit is contained in:
Daniele Tricoli 2021-01-17 03:05:10 +01:00
parent a71c0bcb68
commit 15e83422b3
1 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@
systemd:
name: sshd.service
state: restarted
become: true
become: "{{ sshd_become }}"
become_user: "{{ sshd_become_user }}"