main.yml 106 B

12
  1. - name: Creating user {{ client_username }}
  2. user: name={{client_username}} createhome=yes state=present