add skopeo to releng composer in stg for testing
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
34463d2905
commit
a69c10f94a
1 changed files with 7 additions and 0 deletions
|
@ -167,6 +167,13 @@
|
|||
- packagedb-cli
|
||||
when: "'releng-compose' in group_names"
|
||||
|
||||
# Add skopeo for OCI Image management, only in stage first for testing
|
||||
- name: add pkgs for OCI Image management
|
||||
package: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- skopeo
|
||||
when: env == "staging"
|
||||
|
||||
# put cron job in for branched compose
|
||||
- name: branched compose cron
|
||||
copy: src="branched" dest=/etc/cron.d/branched
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue