puppet-openstack-integration/playbooks/run-libraries-lint-tests.yaml

11 lines
245 B
YAML

- hosts: all
tasks:
- shell:
cmd: |
set -e
set -x
./run_lint_tests.sh
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'