style: linting

This commit is contained in:
VC
2024-07-05 11:53:13 +02:00
parent 66830fd2eb
commit 1f28d2242f
76 changed files with 469 additions and 335 deletions

View File

@@ -1,10 +1,12 @@
---
- name: install scootaloo
copy:
src: files/bin/scootaloo
dest: "{{ scootaloo_bin_path }}"
owner: root
group: www-data
mode: 0750
src: files/bin/scootaloo
dest: "{{ scootaloo_bin_path }}"
owner: root
group: www-data
mode: 0750
- name: put configuration file
template:
@@ -31,8 +33,7 @@
- name: cron for scootaloo
cron:
name: Scootaloo Dojo
user: www-data
minute: "*/5"
job: "{{ scootaloo_bin_path }} > /dev/null"
name: Scootaloo Dojo
user: www-data
minute: "*/5"
job: "{{ scootaloo_bin_path }} > /dev/null"