Replace deprecated "user" attribute by "runas"

This commit is contained in:
Raphaël Hertzog 2018-02-16 12:11:54 +01:00
parent 73727bc218
commit 6ccb9fc87d

View File

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