
Update work with newer ansible-lint and address some linting issues. Change-Id: I69bd204407bd53210492a67bb8f90504a480db11
15 lines
394 B
YAML
15 lines
394 B
YAML
---
|
|
|
|
- hosts: all
|
|
environment:
|
|
ANSIBLE_LOG_PATH: "{{ ansible_user_dir }}/zuul-output/logs/ansible-execution.log"
|
|
tasks:
|
|
- name: Run role test job
|
|
shell: |-
|
|
. {{ ansible_user_dir }}/test-python/bin/activate
|
|
molecule test --all
|
|
changed_when: true
|
|
args:
|
|
chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}"
|
|
executable: /bin/bash
|