[playbooks] update-services.yml: Don't ask to update

This commit is contained in:
Viyurz 2024-07-06 10:50:15 +02:00
parent 87714bd889
commit f15caa43b0
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -6,6 +6,7 @@
- name: Update project(s) - name: Update project(s)
hosts: localhost hosts: localhost
vars: vars:
docker_pull_images: true
run_update: true run_update: true
vars_prompt: vars_prompt:
- name: selected_projects - name: selected_projects
@ -13,11 +14,6 @@
private: false private: false
unsafe: true unsafe: true
- name: docker_pull_images
prompt: "Pull project(s) images?"
default: false
private: false
tasks: tasks:
- name: Update project(s) - name: Update project(s)
include_role: include_role: