
We need to have golang installed as a minimum to run the CI scripts. Add this as a distro-specific set of files, which then allows us to: - specialise in the future per distro if need be - note (fail gracefully) when we run on a new distro for the first time. Note, the distro specific parts are specifically added as a role as they will not pass the playbook linter if placed in the playbook tree (they are fragments, and playbooks are expected to be complete). Change-Id: Icb675c30a5ddcc5bdbebb7413808a58af4e838b7 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
6 lines
200 B
YAML
6 lines
200 B
YAML
- name: Warn about unsupported distribution
|
|
debug:
|
|
msg: >
|
|
WARNING: {{ ansible_distribution }} not supported for Kata CI under Zuul.
|
|
You can add support to this directory if desired.
|