9 lines
248 B
YAML
9 lines
248 B
YAML
---
|
|
- name: "dehydrated | Akzeptiere LE TOS"
|
|
ansible.builtin.command: dehydrated --register --accept-terms
|
|
|
|
- name: "dehydrated | Erstelle domains.txt"
|
|
ansible.builtin.file:
|
|
path: /etc/dehydrated/domains.txt
|
|
state: touch
|
|
mode: 0644
|