⚡: improve sonarr/jackett by separating data/app
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s
This commit is contained in:
@@ -3,12 +3,17 @@
|
||||
- name: Create jackett user
|
||||
ansible.builtin.user:
|
||||
comment: jackett
|
||||
home: "{{ jackett_home }}"
|
||||
name: jackett
|
||||
password: '!'
|
||||
system: true
|
||||
create_home: true
|
||||
shell: /bin/bash
|
||||
state: present
|
||||
|
||||
- name: Remove previous version
|
||||
ansible.builtin.file:
|
||||
state: absent
|
||||
dest: "{{ jackett_home }}"
|
||||
|
||||
- name: Unzip jackett
|
||||
ansible.builtin.unarchive:
|
||||
src: "{{ jackett_download_url }}"
|
||||
|
Reference in New Issue
Block a user