add skopeo to releng-compose.yml
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
be8af9ae90
commit
1215fccee4
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue