style: make ansible-lint happier
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
---
|
||||
|
||||
- include_tasks: transmission.yml
|
||||
- include_tasks: sonarr.yml
|
||||
- include_tasks: subliminal.yml
|
||||
- include_tasks: configdir.yml
|
||||
- include_tasks: nfsserver.yml
|
||||
- name: Include transmission
|
||||
ansible.builtin.include_tasks: transmission.yml
|
||||
- name: Include sonarr
|
||||
ansible.builtin.include_tasks: sonarr.yml
|
||||
- name: Include subliminal
|
||||
ansible.builtin.include_tasks: subliminal.yml
|
||||
- name: Include configdir
|
||||
ansible.builtin.include_tasks: configdir.yml
|
||||
- name: Include nfsserver
|
||||
ansible.builtin.include_tasks: nfsserver.yml
|
||||
|
Reference in New Issue
Block a user