813c1af44e
This corrects outstanding errors in the container image build and adds the build to the gate. Change-Id: I2c8b637d66a640b5eeb894eefd148ce61df4a847
8 lines
144 B
YAML
8 lines
144 B
YAML
- hosts: localhost
|
|
vars:
|
|
workspace: /tmp/registry-test
|
|
local: true
|
|
tasks:
|
|
- name: Run main tasks
|
|
include_tasks: main.yaml
|