mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-17 10:10:28 +00:00
Replace deprecated "user" attribute by "runas"
This commit is contained in:
parent
73727bc218
commit
6ccb9fc87d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ssh_generate_host_{{ keyType }}_key:
|
|||
{%- set keySizePart = "-b {}".format(keySize) if keySize else "" %}
|
||||
- name: "rm {{ keyFile }}*; ssh-keygen -t {{ keyType }} {{ keySizePart }} -N '' -f {{ keyFile }}"
|
||||
- unless: "test -s {{ keyFile }}"
|
||||
- user: root
|
||||
- runas: root
|
||||
- require_in:
|
||||
- file: sshd_config
|
||||
- watch_in:
|
||||
|
|
Loading…
Add table
Reference in a new issue