e3c1efc865
Follow-up on I43a9c2a57fcfe2c9d84f39903aac7c258f9a897f. As discussed before we set slightly more accurate name for the manage containers role since using 'deploy-containers' role with action 'destroy' can be a little confusing. Change-Id: I6d4a3479d492e0fe86ce3de7414fa47c584577ea Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
11 lines
264 B
YAML
11 lines
264 B
YAML
---
|
|
- name: "Ensure defined container images are {{ kayobe_action }}ed on seed node"
|
|
hosts: seed
|
|
tags:
|
|
- seed-deploy-containers
|
|
- seed-manage-containers
|
|
vars:
|
|
manage_containers_action: "{{ kayobe_action }}"
|
|
roles:
|
|
- role: manage-containers
|