user_home

Define the home of the user. User must already exists.

⚙️ Compatible targets: Linux

Parameters

NameDocumentation
loginUser's login.

This parameter is required.
homeUser's home.

This parameter is required.

Example

method: user_home
params:
  login: VALUE
  home: VALUE

Documentation

This method does not create the user, nor the home directory. entry example: /home/myuser The home given will be set, but not created.