aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/docker/tasks
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ansible/roles/docker/tasks/install_docker.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/docker/tasks/install_docker.yml b/ansible/roles/docker/tasks/install_docker.yml
index 37d9b4d..1f7be5d 100644
--- a/ansible/roles/docker/tasks/install_docker.yml
+++ b/ansible/roles/docker/tasks/install_docker.yml
@@ -9,6 +9,7 @@
name: "{{ docker_dependencies }}"
state: present
update_cache: true
+ lock_timeout: 60
- name: Ensure /etc/apt/keyrings directory exists
ansible.builtin.file:
@@ -35,6 +36,7 @@
name: "{{ docker_packages }}"
state: present
update_cache: true
+ lock_timeout: 60
- name: Ensure Docker service is started and enabled
ansible.builtin.systemd:
;follow=1'>tofu: update bpg/proxmox to 0.78.2clyhtsuriva1-1/+1 2025-05-24tofu: update bpg/proxmox to 0.78.0 (tested)clyhtsuriva2-2/+3 2025-05-01tofu: update bpg/proxmox to 0.77.0 (tested)clyhtsuriva1-1/+1 2025-04-22tofu: update bpg/proxmox to 0.76.0 (tested)clyhtsuriva1-1/+1 2025-04-15tofu: update bpg/proxmox to 0.75.0 (tested)clyhtsuriva1-1/+1 2025-04-04ansible: remove docker git repo cloning taskclyhtsuriva2-46/+0 2025-04-04ansible: deploy gitea using ansible (w.i.p.)clyhtsuriva4-0/+58