ansible/roles/duplicity/tasks/account.yml

10 lines
175 B
YAML
Raw Normal View History

2023-02-05 15:34:01 +00:00
---
- name: create duplicity account
become: yes
user:
name: duplicity
comment: Duplicity account
system: yes
password_lock: yes
home: /home/duplicity