[playbooks] update-services.yml: Don't ask to update
This commit is contained in:
parent
87714bd889
commit
f15caa43b0
1 changed files with 1 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
|||
- name: Update project(s)
|
||||
hosts: localhost
|
||||
vars:
|
||||
docker_pull_images: true
|
||||
run_update: true
|
||||
vars_prompt:
|
||||
- name: selected_projects
|
||||
|
@ -13,11 +14,6 @@
|
|||
private: false
|
||||
unsafe: true
|
||||
|
||||
- name: docker_pull_images
|
||||
prompt: "Pull project(s) images?"
|
||||
default: false
|
||||
private: false
|
||||
|
||||
tasks:
|
||||
- name: Update project(s)
|
||||
include_role:
|
||||
|
|
Loading…
Reference in a new issue