Started radarr role
This commit is contained in:
8
ansible/roles/pve-docker/tasks/main.yml
Normal file
8
ansible/roles/pve-docker/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Install basic packages
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
become: true
|
||||
loop:
|
||||
- vim
|
||||
- doas
|
||||
- git
|
Reference in New Issue
Block a user