Merge "Add an image pull to manage-projects playbook"

This commit is contained in:
Zuul 2020-03-28 17:58:39 +00:00 committed by Gerrit Code Review
commit 03740ae2ca
2 changed files with 8 additions and 1 deletions

View File

@ -20,4 +20,6 @@
name: "Create repos on gerrit servers"
tasks:
- name: Run manage-projects
command: /usr/local/bin/manage-projects
include_role:
name: gerrit
tasks_from: manage-projects

View File

@ -0,0 +1,5 @@
- name: Pull docker image
command: "docker pull {{ gerrit_container_image }}"
- name: Run manage-projects
command: /usr/local/bin/manage-projects