mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
Use become to change user
This commit is contained in:
parent
6e4931fa9d
commit
a4df6a5385
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
sudo: true
|
||||
become: true
|
||||
roles:
|
||||
- ansible-sshd
|
||||
|
|
Loading…
Reference in a new issue