Fix lint warnings

This commit is contained in:
phil 2023-02-06 23:12:54 +01:00
parent f47daaf016
commit 101b68a150
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
---
- name: "dehydrated | Akzeptiere LE TOS"
- name: "Dehydrated | Accept TOS"
ansible.builtin.command: dehydrated --register --accept-terms
- name: "dehydrated | Erstelle domains.txt"
- name: "Dehydrated | Create domains.txt"
ansible.builtin.file:
path: /etc/dehydrated/domains.txt
state: touch

View file

@ -1,5 +1,5 @@
---
- name: packages | Installiere deb-Pakete
- name: Packages | Install package
ansible.builtin.apt:
pkg:
- dehydrated