system-config/playbooks/zuul/infra-puppet-apply/run.yaml
Monty Taylor ca684c775b Move puppet apply jobs to system-config repo
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
2020-04-19 10:57:22 -05:00

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