ca684c775b
These use legacy-base, which sucks, but what sucks even more is that they are in openstack-zuul-jobs, which makes them extra awkward to try to adjust. Change-Id: I87b3d56de41f0ba5658c1240ddfc7ecf1c3c43af
13 lines
334 B
YAML
13 lines
334 B
YAML
- hosts: all
|
|
name: infra-puppet-apply
|
|
tasks:
|
|
|
|
- name: Run puppet-apply test
|
|
shell: ./tools/apply-test.sh
|
|
args:
|
|
chdir: "{{ zuul.projects['opendev.org/opendev/system-config'].src_dir }}"
|
|
environment:
|
|
PUPPET_VERSION: "{{ puppet_version | default('4') }}"
|
|
tags:
|
|
- skip_ansible_lint
|