ansible-role-web_mastodon/tasks/user.yml

8 lines
144 B
YAML
Raw Normal View History

2022-10-11 09:19:16 +02:00
- name: Create Mastodon user
user:
name: "{{ mastodon_user }}"
createhome: true
shell: /bin/bash
home: "{{ mastodon_home }}"