Updated frigate playbooks
This commit is contained in:
@@ -9,3 +9,14 @@
|
|||||||
|
|
||||||
- name: Execute script
|
- name: Execute script
|
||||||
ansible.builtin.shell: /tmp/get-docker.sh
|
ansible.builtin.shell: /tmp/get-docker.sh
|
||||||
|
|
||||||
|
- name: Ensure group "docker" exists
|
||||||
|
ansible.builtin.group:
|
||||||
|
name: docker
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: Add root user to docker group
|
||||||
|
ansible.builtin.user:
|
||||||
|
name: root
|
||||||
|
groups: docker
|
||||||
|
append: yes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Update all packages to their latest version
|
- name: Update all packages to their latest version
|
||||||
|
become: true
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: "*"
|
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
state: latest
|
upgrade: full
|
||||||
|
|||||||
Reference in New Issue
Block a user