style: make ansible-lint happy

This commit is contained in:
VC
2024-07-05 11:53:44 +02:00
parent 99cb02e92d
commit 4bbb789c77
13 changed files with 77 additions and 52 deletions

View File

@@ -3,7 +3,7 @@
- name: Create jackett user
ansible.builtin.user:
comment: jackett
home: "{{ jackett_home }}"
home: "{{ bittorrent_jackett_home }}"
name: jackett
password: '!'
shell: /bin/bash
@@ -11,7 +11,7 @@
- name: Unzip jackett
ansible.builtin.unarchive:
src: "{{ jackett_download_url }}"
src: "{{ bittorrent_jackett_download_url }}"
remote_src: true
dest: "/opt"
owner: jackett