Fix lint warnings
This commit is contained in:
parent
f47daaf016
commit
101b68a150
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: "dehydrated | Akzeptiere LE TOS"
|
- name: "Dehydrated | Accept TOS"
|
||||||
ansible.builtin.command: dehydrated --register --accept-terms
|
ansible.builtin.command: dehydrated --register --accept-terms
|
||||||
|
|
||||||
- name: "dehydrated | Erstelle domains.txt"
|
- name: "Dehydrated | Create domains.txt"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /etc/dehydrated/domains.txt
|
path: /etc/dehydrated/domains.txt
|
||||||
state: touch
|
state: touch
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: packages | Installiere deb-Pakete
|
- name: Packages | Install package
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
pkg:
|
pkg:
|
||||||
- dehydrated
|
- dehydrated
|
||||||
|
|
Loading…
Reference in a new issue