style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent b228498a9b
commit f1cd507720
21 changed files with 101 additions and 74 deletions

View File

@@ -1,11 +1,12 @@
---
- name: install cron-apt
package:
- name: Install cron-apt
ansible.builtin.package:
name: cron-apt
state: present
- name: default configuration file
copy:
- name: Default configuration file
ansible.builtin.copy:
src: files/5-install
dest: /etc/cron-apt/action.d/5-install
mode: 0644