add skopeo to releng-compose.yml

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-07-25 13:37:09 +00:00
parent be8af9ae90
commit 1215fccee4

View file

@ -74,5 +74,10 @@
- include: "{{ tasks_path }}/2fa_client.yml"
- include: "{{ tasks_path }}/motd.yml"
- name: install skopeo for container management
package:
name: skopeo
state: latest
handlers:
- include: "{{ handlers_path }}/restart_services.yml"