ansible/roles/duplicity/tasks/account.yml
2023-02-05 16:34:01 +01:00

10 lines
175 B
YAML

---
- name: create duplicity account
become: yes
user:
name: duplicity
comment: Duplicity account
system: yes
password_lock: yes
home: /home/duplicity